Toggle navigation
PHP教程|记事本
Home
c/php/javascript/java/python/bash linux/freebsd
nginx rewrite
Nginx Rewrite 规则指令if , rewrite , set break rewrite ^/xlxz/(.*)\.html /xlxz.php?php=$1 break; if ( !~f $request_filename ) { rewrite ^/xlxz_img/(.*)$ /site_php/$host/images/$1 last; }1, Nginx Rewrite break
1
发起了话题 category:
nginx
•
2013-09-10 00:00:09
nginx 1.4.2 lua
nginx luanginx 安装 lua0.下载需要的软件[root@q_cent ~]# wget http://nginx.org/download/nginx-1.4.2.tar.gz [root@q_cent ~]# wget http://luajit.org/download/LuaJIT-2.0.2.tar.gz [root@q_cent ~]# wget https://github.com/simpl/ng
1
发起了话题 category:
nginx
•
2013-08-25 22:09:19
nginx upstream php-fpm 负载均衡
nginx的upstream目前支持5种方式的分配 1、轮询(默认) 每个请求按时间顺序逐一分配到不同的后端服务器,如果后端服务器down掉,能自动剔除。 2、weight 指定轮询几率,weight和访问比率成正比,用于后端服务器性能不均的情况。 例如:upstream bakend { server 192.168.0.14 weight=10; server 192.168.0.15 weight=10;
1
发起了话题 category:
nginx
•
2013-08-17 21:03:56
nginx.conf 中文注释
nginx.conf配置中文说明#定义Nginx运行的用户和用户组 user www-data www-data; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 4; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ] error_log /var/log/nginx/error.log
1
发起了话题 category:
nginx
•
2013-08-17 21:18:34
Showing
1-4
of
4
items.
文章归档
2017 / 03
2016 / 05
2016 / 02
2016 / 01
2015 / 06
2015 / 04
2015 / 02
2015 / 01
2014 / 11
2014 / 08
2014 / 07
2014 / 06
2014 / 05
2014 / 04
2014 / 03
2013 / 11
2013 / 10
2013 / 09
2013 / 08
2013 / 07
2013 / 06
2013 / 05
2013 / 04
2013 / 01
2012 / 12
2012 / 11
2012 / 10
2012 / 09
2012 / 08
2012 / 04
category
PHP记事本
第一阶段PHP
第二阶段php
第三阶段php
linux
程序员
Freebsd
nginx
apache
javascript
friend links
PHP RELEASES
PHP 手册在线