From b7d4bac8c580596a0f683a55cdf1cae04089a8ed Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 May 2021 14:16:58 +0200 Subject: [PATCH] Update ingress.gtpl --- portainer/rootfs/etc/nginx/templates/ingress.gtpl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/portainer/rootfs/etc/nginx/templates/ingress.gtpl b/portainer/rootfs/etc/nginx/templates/ingress.gtpl index f7dc63ce6..d73300f45 100644 --- a/portainer/rootfs/etc/nginx/templates/ingress.gtpl +++ b/portainer/rootfs/etc/nginx/templates/ingress.gtpl @@ -1,17 +1,10 @@ server { listen {{ .interface }}:{{ .port }} default_server; - server_name vue.torrent; include /etc/nginx/includes/server_params.conf; include /etc/nginx/includes/proxy_params.conf; location / { - root /vuetorrent/public/; - } - - location /api { proxy_pass {{ .protocol }}://backend; - http2_push_preload on; - client_max_body_size 10M; } }