亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

nginx 文件配置 如何設置域名

nginx 文件配置 如何設置域名

幫秋 2016-01-29 18:25:13
查看完整描述

5 回答

已采納
?
ronaldoBIG_123

TA貢獻6條經驗 獲得超3個贊

官方文檔?

查看完整回答
反對 回復 2016-03-03
?
bhxhdg

TA貢獻7條經驗 獲得超0個贊

這個百度看看

查看完整回答
反對 回復 2016-03-03
?
LIANHK

TA貢獻78條經驗 獲得超17個贊

server?{?#?php
????listen?1111;
????server_name?php_dev_1;??#?這里就是域名

????root?/home/webserver/discuz/upload;
????index?index.php;

????location?/?{
????????if?(!-e?$request_filename)?{
????????????rewrite?^(.*)$?/index.php?s=/$1?last;?#?rewrite?mode
????????????#rewrite?^(.*)$?/index.php/$1?last;?#?pathinfo?mode
????????}
????}

????location?~?\.php?{
????????fastcgi_hide_header?X-Powered-By;
????????fastcgi_pass?127.0.0.1:2000;
????????fastcgi_split_path_info?^(.+\.php)(.*)$;
????????fastcgi_param?PATH_INFO?$fastcgi_path_info;
????????fastcgi_param?PATH_TRANSLATED?$document_root$fastcgi_path_info;
????????fastcgi_param?SCRIPT_FILENAME?$document_root$fastcgi_script_name;
????????include?fastcgi_params;
????????fastcgi_connect_timeout?300;
????????fastcgi_send_timeout?300;
????????fastcgi_read_timeout?300;
????}

}


查看完整回答
反對 回復 2016-02-26
  • 5 回答
  • 0 關注
  • 2470 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號