nginx配置socket技术分享 / 2019-03-12 / 中间件location /socket.io/ { proxy_pass http://192.168.0.106: […] nginx配置socket Read More »
nginx(4)-实用知识点技术分享 / 2018-11-06 / 中间件proxy_set_header 语法 proxy_set_header header value 默认值 H nginx(4)-实用知识点 Read More »
nginx(5)-location配置详解技术分享 / 2018-09-18 / 中间件location = / { # 规则A } location = /login { #规则B } locat nginx(5)-location配置详解 Read More »
nginx(3)–反向代理WebSocket技术分享 / 2018-08-28 / 中间件用Nginx给网站做反向代理和负载均衡是广泛使用的一种Web服务器部署技术。不仅能够保证后端服务器的隐蔽性,还 nginx(3)–反向代理WebSocket Read More »
nginx(2)–超时问题timeout技术分享 / 2018-08-28 / 中间件Nginx 处理的每个请求均有相应的超时设置。如果做好这些超时时间的限定,判定超时后资源被释放,用来处理其他的 nginx(2)–超时问题timeout Read More »
nginx+node+pm2 文件上传问题技术分享 / 2018-07-02 / 中间件开启文件上传 sendfile on; nginx文件上传大小限制 client_max_body_size nginx+node+pm2 文件上传问题 Read More »
nginx(1)技术分享 / 2018-06-13 / 中间件1. nginx代理端口 server { listen 80; server_name wyxxt.org. nginx(1) Read More »