Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
hiifeng committed Jan 2, 2023
1 parent 3d5ff63 commit ffbee63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ http {
index index.html index.htm;
}

location /VMESS_WSPATH {
location VMESS_WSPATH {
proxy_redirect off;
proxy_pass http://127.0.0.1:10000;
proxy_http_version 1.1;
Expand All @@ -54,7 +54,7 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

location /VLESS_WSPATH {
location VLESS_WSPATH {
proxy_redirect off;
proxy_pass http://127.0.0.1:20000;
proxy_http_version 1.1;
Expand Down

0 comments on commit ffbee63

Please sign in to comment.