1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Increases client_max_body_size to allow file upload

This commit is contained in:
Paolo Escobar 2021-01-23 19:59:20 +00:00 committed by tituspijean
parent b8c78221b9
commit 8dbc6bdb44

View file

@ -79,6 +79,9 @@ location __PATH__/ {
text/x-component
text/x-cross-domain-policy;
# Allows file upload, e.g. fof/upload.
client_max_body_size 100M;
# Include SSOWAT user panel.
# include conf.d/yunohost_panel.conf.inc;
}