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