Update docker/nginx/nginx.conf

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Junior GABORIT
2026-06-08 11:38:04 +02:00
committed by GitHub
co-authored by coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
parent 6711fab413
commit f001de1e97
+1 -1
View File
@@ -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;