Update nginx_proxy.md
parent
3ca0885e5c
commit
605726d092
|
@ -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/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue