1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Update client_max_body_size to 200M in nginx config

This commit is contained in:
Josué Tille 2018-07-02 21:31:27 +02:00
parent 24c6276744
commit 3328547a9c

View file

@ -4,7 +4,7 @@ location __PATH__/ {
proxy_set_header Host $host;
proxy_buffering off;
fastcgi_param REMOTE_USER $remote_user;
client_max_body_size 50M;
client_max_body_size 200M;
# Force https
if ($scheme = http) {