国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > Nginx > 正文

Yii2配置Nginx偽靜態的方法

2024-08-30 12:23:29
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了Yii2配置Nginx偽靜態的方法,結合實例形式分析了Yii2框架針對Nginx偽靜態的相關配置技巧,需要的朋友可以參考下

本文實例講述了Yii2配置Nginx偽靜態的方法。分享給大家供大家參考,具體如下:

主要檢查以下代碼:

location / {  # Redirect everything that isn't a real file to index.php  try_files $uri $uri/ /index.php?$args;}

完整代碼:

server {  charset utf-8;  client_max_body_size 128M;  listen 80; ## listen for ipv4  #listen [::]:80 default_server ipv6only=on; ## listen for ipv6  server_name mysite.local;  root    /path/to/basic/web;  index    index.php;  access_log /path/to/basic/log/access.log;  error_log  /path/to/basic/log/error.log;  location / {    # Redirect everything that isn't a real file to index.php    try_files $uri $uri/ /index.php?$args;  }  # uncomment to avoid processing of calls to non-existing static files by Yii  #location ~ /.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ {  #  try_files $uri =404;  #}  #error_page 404 /404.html;  location ~ /.php$ {    include fastcgi_params;    fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;    fastcgi_pass  127.0.0.1:9000;    #fastcgi_pass unix:/var/run/php5-fpm.sock;    try_files $uri =404;  }  location ~ //.(ht|svn|git) {    deny all;  }}

更多關于Yii相關內容感興趣的讀者可查看本站專題:《Yii框架入門及常用技巧總結》、《php優秀開發框架總結》、《smarty模板入門基礎教程》、《php面向對象程序設計入門教程》、《php字符串(string)用法總結》、《php+mysql數據庫操作入門教程》及《php常見數據庫操作技巧匯總》

希望本文所述對大家基于Yii框架的PHP程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 隆化县| 漠河县| 山东省| 通江县| 瓮安县| 永新县| 南投县| 岗巴县| 大丰市| 宁晋县| 万荣县| 秀山| 衡东县| 北宁市| 延川县| 酒泉市| 潢川县| 武邑县| 万荣县| 墨脱县| 宝应县| 汽车| 纳雍县| 赤峰市| 花莲县| 广元市| 满城县| 大关县| 博湖县| 河东区| 利川市| 松潘县| 洪江市| 中江县| 保康县| 佳木斯市| 秦皇岛市| 泉州市| 昌宁县| 东安县| 黔西县|