8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
|
location / {
|
||
|
|
try_files $uri $uri/ /index.php?$args;
|
||
|
|
}
|
||
|
|
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
|
||
|
|
location ~* ^/wp-content/uploads/.*\.php$ {
|
||
|
|
deny all;
|
||
|
|
}
|