随笔分类 -  Ngnix

摘要:spawn-fcgi -a 127.0.0.1 -p 9000 -C 5 -u nginx -g nginx -f php-cgi 阅读全文
posted @ 2016-08-05 16:42 茫海 阅读(236) 评论(0) 推荐(0)
摘要:location / { root html; index index.html index.htm index.php; if (!-e $request_filename) { rewrite ^(.*)$ /index.php last; break; } } 阅读全文
posted @ 2016-02-18 16:05 茫海 阅读(886) 评论(0) 推荐(0)
摘要:1.下载 wget http://nginx.org/download/nginx-1.7.8.tar.gz 2.解压 tar -zxvf nginx-1.7.8.tar.gz 3.切换目录 cd nginx-1.7.8 4.安装 ./configure --prefix=/usr/local/ng 阅读全文
posted @ 2016-02-18 10:43 茫海 阅读(148) 评论(0) 推荐(0)