init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
|
||||
location ~* ^/wp-content/uploads/.*\.php$ {
|
||||
deny all;
|
||||
}
|
||||
Reference in New Issue
Block a user