Increase wiki file upload size limit
This commit is contained in:
parent
2158e1d4bf
commit
cbfb760787
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user