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:
parent
6d3f9c6181
commit
828bdde09e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue