提示:如果官网是英文页面,建议使用谷歌浏览器能同步翻译页面。点击下载
【谷歌浏览器最新绿色便携版】
注意:部分文章发布时间较长,可能存在未知因素,购买时建议在本站搜索商家名称,先充分了解商家动态。
交流:唯一投稿邮箱:hostvps@88.com。
 		
  	本站是在LNMP环境下运行,参考Nginx的Z-Blog的静态配置 
  	
  	 
  	server {
  	listen 80;
  	server_name zzvips.com blog.zzvips.com www.zzvips.com;
  	root /www/web/www_zzvips_com/public_html;
  	index index.html index.php index.htm;
  	error_page 400 /errpage/400.html;
  	error_page 403 /errpage/403.html;
  	error_page 404 /errpage/404.html;
  	location ~ .php$ {
  	proxy_pass http://127.0.0.1:88;
  	include naproxy.conf;
  	#include ./rewrite/z-blog_nginx.conf;
  	rewrite ^/post/([0-9]+).html$ /index.php?id=$1 last;
  	rewrite ^/([0-9]+).html$ /index.php?id=$1 last;
  	rewrite ^/(?:page_)?([0-9]*).html$ /index.php?page=$1 last;
  	rewrite ^/category-([0-9]+)(?:_)?([0-9]*).html$ /index.php?cate=$1&page=$2 last;
  	rewrite ^/date-([0-9-]+)(?:_)?([0-9]*).html$ /index.php?date=$1&page=$2 last;
  	rewrite ^/author-([0-9]+)(?:_)?([0-9]*).html$ /index.php?auth=$1&page=$2 last;
  	rewrite ^/tags-([0-9]+)(?:_)?([0-9]*).html$ /index.php?tags=$1&page=$2 last;
  	} 
  	location / {
  	try_files $uri @apache;
  	}
  	location @apache {
  	proxy_pass http://127.0.0.1:88;
  	include naproxy.conf;
  	} 
  	}
		
			
	About 贝壳
	【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。
		点此给贝壳发送邮件 | 广告投放QQ80059284