真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Yii2配置Nginx偽靜態(tài)的方法-創(chuàng)新互聯(lián)

這篇文章主要介紹了Yii2配置Nginx偽靜態(tài)的方法,結(jié)合實(shí)例形式分析了Yii2框架針對(duì)Nginx偽靜態(tài)的相關(guān)配置技巧,需要的朋友可以參考下

創(chuàng)新互聯(lián)專注于企業(yè)成都全網(wǎng)營(yíng)銷、網(wǎng)站重做改版、商都網(wǎng)站定制設(shè)計(jì)、自適應(yīng)品牌網(wǎng)站建設(shè)、HTML5建站、商城網(wǎng)站建設(shè)、集團(tuán)公司官網(wǎng)建設(shè)、外貿(mào)網(wǎng)站建設(shè)、高端網(wǎng)站制作、響應(yīng)式網(wǎng)頁設(shè)計(jì)等建站業(yè)務(wù),價(jià)格優(yōu)惠性價(jià)比高,為商都等各大城市提供網(wǎng)站開發(fā)制作服務(wù)。

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

主要檢查以下代碼:

location / { # Redirect everything that isn’t a real file to index.php try_files $uri uri//index.php?uri/ /index.php?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?uri/ /index.php?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 KaTeX parse error: Expected 'EOF', got '#' at position 11: uri =404; #?} #error_page 4…{ include fastcgi_params; fastcgi_param SCRIPT_FILENAME documentroot/document_root/documentroot/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ù)庫操作入門教程》及《php常見數(shù)據(jù)庫操作技巧匯總》

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

文章來源:搜索引擎大全/tupian/20230522/


新聞名稱:Yii2配置Nginx偽靜態(tài)的方法-創(chuàng)新互聯(lián)
網(wǎng)址分享:http://weahome.cn/article/ccsspd.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部