第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

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

nginx 文件配置 如何設(shè)置域名

nginx 文件配置 如何設(shè)置域名

查看完整描述

5 回答

已采納
?
ronaldoBIG_123

TA貢獻6條經(jīng)驗 獲得超3個贊

官方文檔?

查看完整回答
反對 回復(fù) 2016-03-03
?
bhxhdg

TA貢獻7條經(jīng)驗 獲得超0個贊

這個百度看看

查看完整回答
反對 回復(fù) 2016-03-03
?
LIANHK

TA貢獻78條經(jīng)驗 獲得超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;
????}

}


查看完整回答
反對 回復(fù) 2016-02-26
  • 5 回答
  • 0 關(guān)注
  • 2466 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號