From e0821d2808d85c55664a1d8943f90daa12809074 Mon Sep 17 00:00:00 2001 From: nutra-bot Date: Sat, 13 Sep 2025 16:58:05 +0000 Subject: [PATCH] update matrix/nginx config? (from september) --- etc/nginx/conf.d/default.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index a6ea14e..2056ed1 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -206,6 +206,7 @@ server { location / { proxy_pass http://127.0.0.1:8008; + proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto; proxy_set_header X-Forwarded-For $remote_addr; } @@ -227,6 +228,7 @@ server { # } location / { proxy_pass http://127.0.0.1:8008; + proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto; proxy_set_header X-Forwarded-For $remote_addr; } -- 2.52.0