c/php/javascript/java/python/bash linux/freebsd

  • 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 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目前支持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运行的用户和用户组 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.