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

Update nginx.conf

This commit is contained in:
Éric Gaspar 2022-07-17 16:15:01 +02:00
parent 2fa0f923df
commit 3ad42b6b6d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -7,6 +7,8 @@ location __PATH__/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
client_max_body_size 200M;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}