First commit
This commit is contained in:
commit
fdaacfc5a6
19 changed files with 919 additions and 0 deletions
5
nginx/includes/default-wp.conf
Normal file
5
nginx/includes/default-wp.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
client_max_body_size 800M;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue