Update conf/nginx.conf
This commit is contained in:
parent
45b328df59
commit
a9e7ea650b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ location __PATH__/ {
|
||||||
index index.html index.htm index.php;
|
index index.html index.htm index.php;
|
||||||
|
|
||||||
# allow larger file uploads and longer script runtimes
|
# allow larger file uploads and longer script runtimes
|
||||||
client_max_body_size 100m;
|
client_max_body_size 1024m;
|
||||||
client_body_timeout 120s;
|
client_body_timeout 120s;
|
||||||
|
|
||||||
try_files $uri $uri/ /index.php?$query_string;
|
try_files $uri $uri/ /index.php?$query_string;
|
||||||
|
|
Loading…
Reference in a new issue