Update nginx.conf
This commit is contained in:
parent
0b48ec7cd0
commit
e2d9fd8be0
1 changed files with 4 additions and 4 deletions
|
@ -9,9 +9,9 @@ location __PATH__/ {
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
# Common parameter to increase upload size limit
|
||||
#client_max_body_size 50M;
|
||||
# Common parameter to increase upload size limit
|
||||
#client_max_body_size 50M;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue