当前位置:   article > 正文

nginx: [emerg] invalid number of arguments in “rewrite“ directive in /usr/local/nginx/conf/nginx.con_invalid number of arguments in "rewrite" directive

invalid number of arguments in "rewrite" directive in

确认问题

实现nginx防盗链,报错

[root@lnmp1 conf]# nginx -t
nginx: [emerg] invalid number of arguments in "rewrite" directive in /usr/local/nginx/conf/nginx.conf:162
nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed
  • 1
  • 2
  • 3

问题分析

[root@lnmp1 conf]# nginx -t
nginx: [emerg] invalid number of arguments in "rewrite" directive in /usr/local/nginx/conf/nginx.conf:162
nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed
/*大概意思就是:nginx在本地文件路径的配置文件中存在了错误,导致无法继续运行。
*具体错误定位在了conf配置文件的第162行。
*错误原因:“rewrite”指令中存在无效数量的参数。
*/
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 因为报错提示是因为rewarite存在无效参数,所以,我检查了相关的几点
  • 检查宿主主机的本地解析文件,没有问题
  • 检查在配置文件中是否出现中文或者空格,没有问题
  • 检查配置文件是否有手残,有

问题定位

           rewrite ^\ http://www.daolian.org;
  • 1

我把Linux的反斜杠和正斜杠弄错了,应该使用的是 /
  Linux和Unix:
    “/”表示路径,“\”表示转义

Linux中\和/的区别,正斜杠和反斜杠的区别
在这里插入图片描述
修改正确之后,错误解决

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/182627
推荐阅读
相关标签
  

闽ICP备14008679号