#3129 changing proxypass

This commit is contained in:
rootzoll
2022-06-02 15:19:11 +02:00
parent 2549d22cd4
commit 2f361e764a
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ server {
}
location / {
proxy_pass http://127.0.0.1:5000;
proxy_pass https://127.0.0.1:5001;
include /etc/nginx/snippets/proxy-params.conf;
}

View File

@@ -17,7 +17,7 @@ server {
}
location / {
proxy_pass http://127.0.0.1:5000;
proxy_pass https://127.0.0.1:5001;
include /etc/nginx/snippets/ssl-proxy-params.conf;
}