1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tube_ynh.git synced 2024-09-04 01:46:11 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-08-27 07:27:12 +02:00
parent dccab2f09a
commit d1c66bcf74

View file

@ -5,4 +5,12 @@ location __PATH__/ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# Set max upload size
client_max_body_size 10G;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 600;
}