mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Update docker/nginx/nginx.conf
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
parent
6711fab413
commit
f001de1e97
@@ -3,7 +3,7 @@ events {}
|
|||||||
http {
|
http {
|
||||||
map $http_x_forwarded_proto $forwarded_proto {
|
map $http_x_forwarded_proto $forwarded_proto {
|
||||||
default $scheme;
|
default $scheme;
|
||||||
"~*^https?$" $http_x_forwarded_proto;
|
"~*^\s*(https?)\s*(?:,|$)" $1;
|
||||||
}
|
}
|
||||||
|
|
||||||
client_max_body_size 20G;
|
client_max_body_size 20G;
|
||||||
|
|||||||
Reference in New Issue
Block a user