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

Change upload limit
This commit is contained in:
Memo 2022-04-24 16:15:49 +02:00 committed by GitHub
parent dfd4b269e8
commit f90d873e67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,8 @@ location / {
proxy_cache_lock on;
proxy_cache_use_stale updating;
more_set_headers "X-Cache: $upstream_cache_status";
client_max_body_size __CLIENT_MAX_BODY_SIZE__;
# Change to upload limit
client_max_body_size 80m;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}