Merge branch 'master' of another.github.com:mack-a/v2ray-agent

pull/534/merge
mack-a 2022-03-28 16:55:12 +08:00
commit 333cdc748d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ server {
add_header Strict-Transport-Security "max-age=15552000; preload" always;
proxy_pass http://127.0.0.1:3003/;
}
location /test {
location /test {
proxy_pass http://127.0.0.1:3003/;
}
}