Increase upload file size for WP
This commit is contained in:
parent
afa1a6e4f7
commit
be1dea32a5
@ -6,6 +6,8 @@ server {
|
||||
access_log /var/log/nginx/<%= @server_name %>.access.log;
|
||||
error_log /var/log/nginx/<%= @server_name %>.error.log;
|
||||
|
||||
client_max_body_size 20m;
|
||||
|
||||
root <%= @docroot %>;
|
||||
index index.php;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user