亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

linux或windows下nginx開啟phpinfo模式功能怎么配置

發布時間:2022-04-12 15:42:44 來源:億速云 閱讀:294 作者:iii 欄目:編程語言

這篇文章主要介紹“linux或windows下nginx開啟phpinfo模式功能怎么配置”,在日常操作中,相信很多人在linux或windows下nginx開啟phpinfo模式功能怎么配置問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”linux或windows下nginx開啟phpinfo模式功能怎么配置”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

復制代碼 代碼如下:

location ~ \.php(.*)$ {
 fastcgi_pass   unix:/tmp/php-cgi.sock;
 fastcgi_index  index.php;
 fastcgi_split_path_info ^(.+\.php)(.*)$;
 fastcgi_param   script_filename $document_root$fastcgi_script_name;
 fastcgi_param   path_info       $fastcgi_path_info;
 fastcgi_param   path_translated $document_root$fastcgi_path_info;
 #include        fastcgi_params;
 include fcgi.conf;
}

一個完整的站點配置示例:

復制代碼 代碼如下:

log_format  v.lzw.me  '$remote_addr - $remote_user [$time_local] "$request" '
   '$status $body_bytes_sent "$http_referer" '
   '"$http_user_agent" $http_x_forwarded_for';
server {
 listen       80;
 server_name v.lzw.me;
 index index.html index.htm index.php default.html default.htm default.php;
 root  /www/v.lzw.me;

 # urlrewrite
 include v.lzw.me.conf;

 location ~ \.php(.*)$ {
  fastcgi_pass unix:/tmp/php-cgi.sock;
  fastcgi_index index.php;
  fastcgi_split_path_info ^(.+\.php)(.*)$;
  fastcgi_param   script_filename $document_root$fastcgi_script_name;
  fastcgi_param   path_info       $fastcgi_path_info;
  fastcgi_param   path_translated $document_root$fastcgi_path_info;
  #include        fastcgi_params;
  include fcgi.conf;
 }

 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ {
  expires 30d;
 }

 location ~ .*\.(js|css)?$ {
  expires 12h;
 }

 access_log  /wwwlogs/v.lzw.me.log  v.lzw.me;
}

其他方法參考(適合windows下的nginx等):

復制代碼 代碼如下:

location ~ \.php
{
 fastcgi_pass 127.0.0.1:9000;
 fastcgi_index index.php;
 include fcgi.conf;
 set $real_script_name $fastcgi_script_name;
 if ($fastcgi_script_name ~ "^(.+?\.php)(/.+)$") {
  set $real_script_name $1;
  set $path_info $2;
 }
 fastcgi_param script_filename $document_root$real_script_name;
 fastcgi_param script_name $real_script_name;
 fastcgi_param path_info $path_info;
}

到此,關于“linux或windows下nginx開啟phpinfo模式功能怎么配置”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

东丰县| 同江市| 读书| 子长县| 延边| 古田县| 绥中县| 外汇| 嘉祥县| 保靖县| 信阳市| 右玉县| 扶沟县| 达尔| 同江市| 荥经县| 游戏| 嘉鱼县| 潼关县| 陵川县| 淮安市| 德保县| 毕节市| 和政县| 竹北市| 汉沽区| 嘉定区| 娄烦县| 沂水县| 江都市| 读书| 车致| 蓬安县| 太康县| 土默特左旗| 三明市| 怀柔区| 苍南县| 左贡县| 双鸭山市| 昌宁县|