1Panel/cmd/server/nginx_conf/rewrite/wordpress.conf
2023-04-14 08:01:06 +00:00

6 lines
No EOL
107 B
Text

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