From 9f91561d64fc59340241817373686bedf0d4613f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:47:15 +0200 Subject: [PATCH] Update ingress.conf --- transmission_openvpn/rootfs/etc/nginx/servers/ingress.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/transmission_openvpn/rootfs/etc/nginx/servers/ingress.conf b/transmission_openvpn/rootfs/etc/nginx/servers/ingress.conf index 71f2aff0a..49153832b 100644 --- a/transmission_openvpn/rootfs/etc/nginx/servers/ingress.conf +++ b/transmission_openvpn/rootfs/etc/nginx/servers/ingress.conf @@ -8,6 +8,7 @@ server { location = / { return 301 ./web/; # The slash at the end is important. + proxy_set_header X-Forwarded-Proto $scheme; # Avoids mixed content } location / {