AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 请问,AMH的Nginx的nginc.conf配置文件在哪里? |
|
---|---|
root |
root 发表于 2013-10-20 04:56:02
本帖最后由 root 于 2013-10-20 04:59 编辑
请问,AMH的Nginx的nginc.conf配置文件在哪里? 找了一遍没找到啊!!!!! 我想找到这个文件,以便解决nginx 405 not allowed 错误的问题! 网上给出的方法是: 对于Nginx,可以修改nginc.conf配置文件,改变“405错误”为“200 ok”,并配置location来解决,方法如下: <DIV align=left><FONT color=rgb(0,0,0)><FONT style="BACKGROUND-COLOR: rgb(255,255,255)">server { listen 80; server_name domain.s135.com; index index.html index.htm index.php; root /opt/htdocs; if (-d $$$$request_filename) { rewrite ^/(.*)([^/])$$$$ <FONT color=#4f6371><A href="http://%24host/$$$$1$$$$2/" target=_blank>http://$$$$host/$$$$1$$$$2/</A></FONT> permanent; } error_page 405 =200 @405; location @405 { root /opt/htdocs; } location ~ .*\.php?$$$$ { include conf/fcgi.conf; fastcgi_pass 127.0.0.1:10080; fastcgi_index index.php; } }</FONT></FONT></DIV>
点赞,加油! (0分)
2013-10-20 04:56:02 1
|
l12ab |
nginx目录,面板首页下面有
回复
2013-10-20 13:39:24 2
|
amysql |
http://amysql.com/bbs/post-111-1-1.htm
多看看“使用教程”列表的帖子。
回复
2013-10-20 14:09:42 3
AMH面板 - 好用高效低占用、安全可靠极稳定 |