1
0
Fork 0
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:
Memo 2022-04-23 17:30:57 +02:00 committed by GitHub
parent 4820dbd042
commit 02233527a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }