AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 4.2绑定二级域名400 Bad Request |
|
---|---|
blackywp |
blackywp 发表于 2014-09-13 10:13:46
本帖最后由 blackywp 于 2014-9-13 10:39 编辑
想绑定一个m.xxx.com的二级域名 域名已经解析过去了 访问就出现400错误 请帮忙看一下 勾选了开启绑定 server { listen 80; server_name xxx.com www.xxx.com; #server_name end index index.html index.htm index.php; #index end set $subdomain ''; if ( $host ~* "(?:(\w+\.){0,})(\b(?!www\b)\w+)\.\b(?!(com|org|gov|net|cn)\b)\w+\.[a-zA-Z]+" ) { set $subdomain "/$2"; } root /home/wwwroot/xxx/web$subdomain; include rewrite/amh.conf; #rewrite end #error_page error_page 400 /ErrorPages/400.html; error_page 401 /ErrorPages/401.html; error_page 403 /ErrorPages/403.html; error_page 404 /ErrorPages/404.html; error_page 405 /ErrorPages/405.html; error_page 502 /ErrorPages/502.html; error_page 503 /ErrorPages/503.html; error_page 504 /ErrorPages/504.html; location ~ /ErrorPages/(400|401|403|404|405|502|503)\.html$ { root /home/wwwroot/xxx/web; } location ~ .*\.php$ { fastcgi_pass unix:/tmp/php-cgi-mzl123.sock; fastcgi_index index.php; include fcgi-host.conf; fastcgi_param DOCUMENT_ROOT /web$subdomain; fastcgi_param SCRIPT_FILENAME /web$subdomain$fastcgi_script_name; } location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp3|wma)$ { expires 30d; } location ~ .*\.(js|css)$ { expires 12h; } access_log off; #access_log end error_log /home/wwwroot/xxx/log/error.log crit; #error_log end } [正确] Nginx配置Rewrite规则校验成功。 [AMRewrite-1.0 admin] [OK] AMRewrite-1.0 is already installed. nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
点赞,加油! (0分)
2014-09-13 10:13:46 1
|
amysql |
你要泛域名绑定如:amh.sh的
*.amh.sh
回复
2014-09-13 10:24:53 2
AMH面板 - 好用高效低占用、安全可靠极稳定 |
blackywp |
谢谢管理员已经搞定~ 支持 支持 支持 支持 支持 支持 支持 支持
回复
2014-09-13 10:38:43 3
|