This commit is contained in:
@ -2,6 +2,10 @@ server {
|
||||
server_name _;
|
||||
root /var/www/;
|
||||
|
||||
client_max_body_size 256M;
|
||||
client_body_temp_path /tmp 1 2;
|
||||
|
||||
|
||||
location / {
|
||||
try_files $uri /index.php$is_args$args;
|
||||
}
|
||||
|
Reference in New Issue
Block a user