随笔分类 - nginx
摘要:title: nginx express date: 2017 09 28 17:11:10 tags: nginx nginx 如何能够代理到express这样的localhost:3000这样的页面
阅读全文
摘要:如果需要在维护阶段将所有的请求打入某个网页的配置: server { listen 80; server_name mz.caiqr.cn; root /data/caiqiu/webLottery/wapBetting/develop/; rewrite ^(.*)$ /system_repair.html break; } 页面添加...
阅读全文
摘要:2016.12.20 nginx 功能特性: 既可以作为http服务器,也可以作为反向代理服务器或者邮件服务器 基本服务:处理静态文件,处理索引文件以及支持自动索引 nginx服务器中主要由proxy_cache提供缓存服务 worker_processes number|auto; number
阅读全文
摘要:log_format custom '$remote_addr - $remote_user [$time_local] ' '"$request" $status $request_time $body_bytes_sent ' '"$http_referer" "$http_user_agent
阅读全文
摘要:今天刚刚在ubuntu 14.04 下安装了nginx 在网上看了一些资料 总结一下整个安装过程遇到的问题 和就解决办法参考:http://www.cnblogs.com/skynet/p/4146083.htmlhttp://www.phperz.com/article/14/1208/39939...
阅读全文

浙公网安备 33010602011771号