标签:sed com ack err config sys linu 问题 linux 配置
这里的解决方式应该是你排查了所有原因依然无法解决问题.
更改 Selinux 配置
chcon -R -t httpd_sys_content_t path/to/webroot
或者干脆关闭 Selinux
setenforce=0
sed -i "s/SELINUX=.*/SELINUX=disabled/1" /etc/selinux/config
标签:sed com ack err config sys linu 问题 linux 配置
原文地址:https://www.cnblogs.com/tiantiandas/p/nginx_error_primary_script_unknown.html