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

首頁(yè) > 網(wǎng)站 > Nginx > 正文

Yii2配置Nginx偽靜態(tài)的方法

2024-08-30 12:27:29
字體:
供稿:網(wǎng)友

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

主要檢查以下代碼:

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;  }}

更多關(guān)于Yii相關(guān)內(nèi)容感興趣的讀者可查看本站專題:《Yii框架入門及常用技巧總結(jié)》、《php優(yōu)秀開發(fā)框架總結(jié)》、《smarty模板入門基礎(chǔ)教程》、《php面向?qū)ο蟪绦蛟O(shè)計(jì)入門教程》、《php字符串(string)用法總結(jié)》、《php+mysql數(shù)據(jù)庫(kù)操作入門教程》及《php常見數(shù)據(jù)庫(kù)操作技巧匯總》

希望本文所述對(duì)大家基于Yii框架的PHP程序設(shè)計(jì)有所幫助。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 中方县| 湘潭县| 越西县| 桂平市| 襄城县| 吴桥县| 云林县| 通榆县| 仙桃市| 太原市| 梁山县| 通化市| 南江县| 白沙| 石泉县| 新兴县| 南阳市| 临洮县| 宜昌市| 临夏市| 唐海县| 许昌县| 堆龙德庆县| 玉树县| 介休市| 宁海县| 商河县| 大方县| 高雄县| 安岳县| 龙游县| 凌海市| 天镇县| 榆中县| 双城市| 泾阳县| 临高县| 洛扎县| 新竹市| 乳源| 子长县|