1
0
Fork 0
forked from exozyme/nginx

Use correct server port

This commit is contained in:
Anthony Wang 2021-11-30 08:33:10 -06:00
parent 3872865136
commit ad43840c53
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -13,6 +13,6 @@ server {
ssl_stapling_verify on;
location / {
proxy_pass http://localhost:6001;
proxy_pass http://localhost:6000;
}
}