mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-23 03:21:36 +01:00
Remove limit on data in nginx
This commit is contained in:
parent
361d0bb652
commit
b91b7e2464
@ -3,7 +3,7 @@ location __PATH__/ {
|
||||
proxy_pass http://127.0.0.1:__PORT__/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_buffering off;
|
||||
client_max_body_size 200M;
|
||||
client_max_body_size 0;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
Loading…
Reference in New Issue
Block a user