diff --git a/3dprinter-octoprint/rootfs/usr/share/tempio/ingress.conf b/3dprinter-octoprint/rootfs/usr/share/tempio/ingress.conf index aeca2e2..e56ce42 100644 --- a/3dprinter-octoprint/rootfs/usr/share/tempio/ingress.conf +++ b/3dprinter-octoprint/rootfs/usr/share/tempio/ingress.conf @@ -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;