Initial YakPanel commit
This commit is contained in:
6
rewrite/nginx/wordpress.conf
Normal file
6
rewrite/nginx/wordpress.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
location /
|
||||
{
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
|
||||
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
|
||||
Reference in New Issue
Block a user