mirror of https://github.com/XTLS/Xray-examples
Update nginx.conf
parent
061321ad1c
commit
100e729cc7
|
@ -15,8 +15,8 @@ server {
|
|||
# of information.
|
||||
# access_log off;
|
||||
|
||||
location /split {
|
||||
proxy_pass http://127.0.0.1:1234;
|
||||
location /split/ {
|
||||
proxy_pass http://127.0.0.1:1234/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue