Modify path

This commit is contained in:
Fredrik Baberg 2022-06-27 10:07:20 +02:00
parent 7f0f0ebc55
commit 9358adbcb6

View File

@ -7,7 +7,7 @@ server {
allow 172.30.32.2;
deny all;
location {{ env "ingress_entry" }}/ {
location / {
proxy_pass http://octoprint/; # make sure to add trailing slash here!
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;