Use root path for octoprint in Ingress

This commit is contained in:
Fredrik Baberg 2022-07-11 15:12:24 +02:00
parent ad1fee95dd
commit 3e2361087a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: "3DPrinter-OctoPrint"
version: "2022.7.004"
version: "2022.7.005"
slug: "3dprinter-octoprint"
description: "OctoPrint as an addon, no additional bells and whistles."
url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"

View File

@ -4,7 +4,7 @@ server {
include /etc/nginx/includes/server_params.conf;
include /etc/nginx/includes/proxy_params.conf;
location {{ .ingress_entry }}/ {
location / {
allow 172.30.32.2;
deny all;