NGINX: Primary script unknown
Posted tiantiandas
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NGINX: Primary script unknown相关的知识,希望对你有一定的参考价值。
这里的解决方式应该是你排查了所有原因依然无法解决问题.
SELINUX
更改 Selinux 配置
chcon -R -t httpd_sys_content_t path/to/webroot
或者干脆关闭 Selinux
setenforce=0
sed -i "s/SELINUX=.*/SELINUX=disabled/1" /etc/selinux/config
以上是关于NGINX: Primary script unknown的主要内容,如果未能解决你的问题,请参考以下文章
nginx FastCGI错误Primary script unknown解决办法
nginx FastCGI错误Primary script unknown解决办法
nginx FastCGI错误Primary script unknown解决办法
又一个 FastCGI Primary Script Unknown 错误(nginx、php5-fpm)