博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
nginx vhost配置
阅读量:5088 次
发布时间:2019-06-13

本文共 888 字,大约阅读时间需要 2 分钟。

server {    listen       80;    server_name   crsdemo.my;    index index.html index.htm index.php default.html default.htm default.php;    root  /home/xss/www7/crs/public/admin;    rewrite_log on;    location ~* ^/(upload|static)/.*\.(php|php5)$    {        rewrite  "^/(.*)$"  /static/405.html break;    }    if (!-f $request_filename) {                            rewrite ^/$ /index.php last;         rewrite ^/(?!(index\.php|upload|static))(.*)$ /index.php?$1$2 last;         rewrite ^/index.php(.*)$ /index.php?$1 last;               }    location ~ \.php$ {                fastcgi_pass 127.0.0.1:9007;                fastcgi_index index.php;                include fastcgi.conf;     }    access_log /home/xss/www/log/gjsgzgzpg.log;    error_log  /home/xss/www/log/gjsgzgzpg.log notice;    error_log /home/xss/www/log/gjsgzgzpg.log;}

 

转载于:https://www.cnblogs.com/mengluo/p/9003831.html

你可能感兴趣的文章
常见的js算法面试题收集,es6实现
查看>>
IO流写出到本地 D盘demoIO.txt 文本中
查看>>
Windows10 下Apache服务器搭建
查看>>
HDU 5458 Stability
查看>>
左手坐标系和右手坐标系
查看>>
solr后台操作Documents之增删改查
查看>>
http://yusi123.com/
查看>>
文件文本的操作
查看>>
Ubuntu linux下gcc版本切换
查看>>
记一次Web服务的性能调优
查看>>
jQuery.form.js使用
查看>>
(转)linux sort,uniq,cut,wc命令详解
查看>>
关于ExecuteNonQuery执行的返回值(SQL语句、存储过程)
查看>>
UVa540 Team Queue(队列queue)
查看>>
mysql数据增删改查
查看>>
akka之种子节点
查看>>
不知道做什么时
查看>>
matlab 给某一列乘上一个系数
查看>>
密码学笔记——培根密码
查看>>
Screening technology proved cost effective deal
查看>>