吾爱互联 发表于 2016-12-15 23:38:36

进入面板Nginx报错

Nginx配置规则错误:
nginx: too long parameter "..." started in /www/server/nginx/conf/enable-php-55.conf:8
nginx: configuration file /www/server/nginx/conf/nginx.conf test failed
求解决

良哥 发表于 2016-12-16 09:07:22

检查/www/server/nginx/conf/enable-php-55.conf
这个配置文件

吾爱互联 发表于 2016-12-16 10:16:40

      location ~ [^/]\.php(/|$)
      {
            try_files $uri =404;
            fastcgi_passunix:/tmp/php-cgi-55.sock;
            fastcgi_index index.php;
            include fastcgi.conf;
                        include pathinfo.conf;
      }

良哥 发表于 2016-12-16 13:53:09

请QQ上联系我,我进你服务器检查下。
页: [1]
查看完整版本: 进入面板Nginx报错