使用nginx+nagios无法载入静态资源,看了下url中增加了一个/nagios
查看是/usr/local/nagios/etc/cgi.conf中url_html_path=/nagios
将这个改成url_html_path = /就可以了
本文共 178 字,大约阅读时间需要 1 分钟。
使用nginx+nagios无法载入静态资源,看了下url中增加了一个/nagios
查看是/usr/local/nagios/etc/cgi.conf中url_html_path=/nagios
将这个改成url_html_path = /就可以了
转载于:https://www.cnblogs.com/wuxie1989/p/5500726.html