mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Update nginx.conf
This commit is contained in:
parent
4820dbd042
commit
02233527a0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ location / {
|
||||||
proxy_cache_lock on;
|
proxy_cache_lock on;
|
||||||
proxy_cache_use_stale updating;
|
proxy_cache_use_stale updating;
|
||||||
more_set_headers "X-Cache: $upstream_cache_status";
|
more_set_headers "X-Cache: $upstream_cache_status";
|
||||||
|
client_max_body_size __CLIENT_MAX_BODY_SIZE__;
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue