mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
#3129 changing proxypass
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user