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:
parent
b8c78221b9
commit
8dbc6bdb44
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue