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:
parent
24c6276744
commit
3328547a9c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue