• 全都有综合资源网

    分享赚钱

    一个专业的免费资源网

    每天更新100+优质资源

  • 手机版二维码

    随时手机查素材

  • 扫描二维码

    加入官方微信群

nginx配置yii2 URL重写规则的方法

技术文章 每日更新
2024-7-31 18:45 75人浏览 0人回复
原作者: 全都有综合资源网 来自: 全都有综合资源网 收藏 分享 邀请
摘要

codeserver{listen80;server_namelocalhost;#charsetkoi8-r;#access_log/var/log/Nginx/log/host.access.logmain;location=/favicon.ico{log_not_foundoff;access_logoff;}location=/robots.txt{allowall;log_not_fo ...

 

nginx设置yii2 URL重写法则的方式4803 作者:全都有综合资本网 来历:全都有综合资本网 公布时候:2024-7-31 18:45

layui-box layui-code-view" style="margin-top: 0px; margin-bottom: 10px; padding: 9.5px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); white-space: pre-wrap; overflow-wrap: break-word; box-sizing: border-box; position: relative; font-size: 13px; border: 1px solid rgb(204, 204, 204); background-color: rgb(245, 245, 245); color: rgb(51, 51, 51); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; overflow: auto; line-height: 1.42857; word-break: break-all; border-radius: 4px;">

code

  1. server {  
  2.     listen       80;  
  3.     server_name  localhost;  
  4.   
  5.     #charset koi8-r;  
  6.     #access_log  /var/log/Nginx/log/host.access.log  main;  
  7.   
  8.     location = /favicon.ico {  
  9.         log_not_found off;  
  10.         access_log off;  
  11.     }  
  12.     location = /robots.txt {  
  13.         allow all;  
  14.         log_not_found off;  
  15.         access_log off;  
  16.     }  
  17.   
  18.   
  19.     location / {  
  20.         try_files $uri $uri/ /index.php?$args;  
  21.         if (!-e $request_filename){  
  22.         rewrite ^/(.*) /index.php last;  
  23.         }  
  24.         root   /usr/share/nginx/HTML;  
  25.         index  index.php  index.html  index.htm;  
  26.     }  
  27.   
  28.     location ~ /(protected|framework|nbproject|themes/w+/views|index-test.php) {  
  29.         deny all;  
  30.         # for production  
  31.         internal;  
  32.         log_not_found off;  
  33.         access_log off;  
  34.     }  
  35.   
  36.   
  37.     #error_page  404              /404.html;  
  38.   
  39.     # redirect server error pages to the static page /50x.html  
  40.     #  
  41.     error_page   500 502 503 504  /50x.html;  
  42.     location = /50x.html {  
  43.         root   /usr/share/nginx/html;  
  44.     }  
  45.   
  46.     # proxy the PHP scripts to Apache listening on 127.0.0.1:80  
  47.     #  
  48.     #location ~ .php$ {  
  49.     #    proxy_pass   http://127.0.0.1;  
  50.     #}  
  51.   
  52.     # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000  
  53.     #  
  54.     location ~ .php$ {  
  55.         root           /usr/share/nginx/html;  
  56.         include  fastcgi_params;  
  57.         fastcgi_pass   127.0.0.1:9000;  
  58.         fastcgi_index  index.php;  
  59.         fastcgi_param  SCRIPT_FILENAME  /usr/share/nginx/html$fastcgi_script_name;  
  60.        # include        fastcgi_params;  
  61.     }  
  62.   
  63.     # deny access to .htaccess files, if Apache's document root  
  64.     # concurs with nginx's one  
  65.     #  
  66.     #location ~ /.ht {  
  67.     #    deny  all;  
  68.     #}  
  69.   
  70.     # deny access to .htaccess files, if Apache's document root  
  71.     # concurs with nginx's one  
  72.     #  
  73.     location ~ /(.svn|.git|.ht|.DS) {  
  74.         deny all;  
  75.         internal;  
  76.     }  
  77. }
©版权免责声明
1、本站所有资源均来自用户上传及互联网。 如有侵权,请联系站长!
2、分享目的仅供大家学习交流。 下载后必须在24小时内删除!
3、不得用于非法商业目的或违反国家法律。 否则,后果自负!
4、本站提供的源代码、模板、插件等资源不包含技术服务。 敬请谅解!
5.如果出现无法下载、无效或有广告的链接,请联系管理员寻求帮助!
6、本站资源价格仅用于赞助,所收取的费用仅用于维持本站日常运营!
7、如果遇到加密压缩包,请使用WINRAR解压。 如果遇到无法解压的加密压缩包,请联系管理员!
8、由于精力有限,很多源代码无法详细测试(解密),部分源代码无法区分为病毒或误报,所以没有进行修改。 请在使用前进行筛选。

路过

雷人

握手

鲜花

鸡蛋
热门教程
专业的免费源码资源分享平台
每天更新100+资源

招募版主发工资

  • 官方在线客服

    QQ客服:红颜

    点击交谈

    在线客服:良子

    点击交谈

    在线客服:闵月

    点击交谈
  • 上海市虹口区海伦中心B座4F4055-4056室

  • 手机扫码查看手机版

    手机查找资源更方便

  • 扫一扫关注官方微信公众号

    加入官方微信

一个专业的免费源码资源互联网分享平台 ©2001-2024 https://www.douyouvip.com全都有综合资源网( 豫ICP备2024057239号-1 )赞助会员|网站地图 HTML
全都有综合资源网,WordPress主题PHP源码,PHP网站源码,网站模板,软件源码,网站源码免费下载,免费网站源码,网站源码模板,免费网站源码下载,wp免费源码,wp免费主题下载,PHP企业网站源码,软件源码下载