Modify path
This commit is contained in:
parent
7f0f0ebc55
commit
9358adbcb6
@ -7,7 +7,7 @@ server {
|
|||||||
allow 172.30.32.2;
|
allow 172.30.32.2;
|
||||||
deny all;
|
deny all;
|
||||||
|
|
||||||
location {{ env "ingress_entry" }}/ {
|
location / {
|
||||||
proxy_pass http://octoprint/; # make sure to add trailing slash here!
|
proxy_pass http://octoprint/; # make sure to add trailing slash here!
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user