mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-17 04:14:40 +03:00
16 lines
249 B
Smarty
16 lines
249 B
Smarty
#STREAM_TAG
|
|
stream {
|
|
map $ssl_preread_server_name $stream_map {
|
|
#XMAP_TAG
|
|
}
|
|
|
|
#XUPSTREAM_TAG
|
|
|
|
server {
|
|
listen STPORT reuseport;
|
|
proxy_pass $stream_map;
|
|
#STPROXY_PASS_TAG
|
|
ssl_preread on;
|
|
}
|
|
}
|