用lnmp搭建的环境,重启后发现WordPress的规则导致nginx启动...
重启nginx的提示是:Starting nginx... nginx: "location" directive is not allowed here in /usr/local/nginx/conf/wordpress.conf:1
这个WordPress.conf文件里面是
location / {
try_files $uri $uri/ /index.php?$args;
}
# Add trailing slash to */wp-admin requests.
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
各位大神有遇到过吗,这个怎么解决?
没人遇到过吗?
那么不去管具体文件,这种问题有可以参考的案例吗? 这个和wordpress.conf 的伪静态规则是没关系的,你某个虚拟主机的配置文件肯定自己修改过并且修改的有问题导致的
页:
[1]