Increase wiki file upload size limit

This commit is contained in:
Basti 2019-12-13 13:38:41 +01:00
parent 2158e1d4bf
commit cbfb760787
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -12,6 +12,8 @@ server {
root <%= @docroot %>; root <%= @docroot %>;
index index.php; index index.php;
client_max_body_size 20M;
location / { location / {
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
} }