Files
2019-11-22 16:55:21 +08:00

6 lines
107 B
Plaintext

location /
{
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;