From f001de1e971d3ef3c2619788c70b9c49c8780809 Mon Sep 17 00:00:00 2001 From: Junior GABORIT <47030574+GaboritJunior@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:38:04 +0200 Subject: [PATCH] Update docker/nginx/nginx.conf Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docker/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index 1ea0fe65..4216b5b9 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -3,7 +3,7 @@ events {} http { map $http_x_forwarded_proto $forwarded_proto { default $scheme; - "~*^https?$" $http_x_forwarded_proto; + "~*^\s*(https?)\s*(?:,|$)" $1; } client_max_body_size 20G;