修改nginix的ngnix.conf配置文件,让其支持重定向
location / {
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
修改nginix的ngnix.conf配置文件,让其支持重定向
location / {
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;