Update nginx_proxy.md

pull/534/merge
mack-a 2022-03-28 16:05:45 +08:00 committed by GitHub
parent 3ca0885e5c
commit 605726d092
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; add_header Strict-Transport-Security "max-age=15552000; preload" always;
proxy_pass http://127.0.0.1:3003/; proxy_pass http://127.0.0.1:3003/;
} }
location /test { location /test {
proxy_pass http://127.0.0.1:3003/; proxy_pass http://127.0.0.1:3003/;
} }
} }