1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-02-19 11:01:16 +01:00
parent 6d3f9c6181
commit 828bdde09e

View file

@ -5,7 +5,7 @@ location __PATH__/ {
proxy_buffers 8 32k; proxy_buffers 8 32k;
proxy_buffer_size 64k; proxy_buffer_size 64k;
client_max_body_size 75M; client_max_body_size 100M;
proxy_pass http://127.0.0.1:__PORT__; proxy_pass http://127.0.0.1:__PORT__;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;