This commit is contained in:
@ -1,6 +1,9 @@
|
||||
server {
|
||||
client_max_body_size 108M;
|
||||
|
||||
client_max_body_size 256M;
|
||||
client_body_temp_path /tmp 1 2;
|
||||
|
||||
root /var/www/web;
|
||||
|
||||
rewrite ^/app\.php/?(.*)$ /$1 permanent;
|
||||
|
Reference in New Issue
Block a user