Update default.conf (#26645)

This commit is contained in:
Ibrahim Serdar Acikgoz 2024-04-03 12:05:31 +02:00 committed by GitHub
parent 273d4432b4
commit 1f3bc992ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ server {
}
location / {
client_max_body_size 50M;
client_max_body_size 100M;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;