首页 » OS » linux » nginx 反向代理简单配置 linux nginx nginx 反向代理简单配置 2018-12-08 server { listen 80; server_name 0.0.0.0 www.domain.com; location / { proxy_pass https://www.baidu.com; } }
linux nginx 2018-11-07 nginx内置缓存Proxy_cache proxy_cache作用是缓存后端服务器的内容 一.http模块加入缓存设置 1.加上下面三段(缓存到磁盘) proxy_temp_pat …
Install server linux nginx 2018-09-14 Tengine 2.2.2 全模块安装 http_substitutions_filter_module http_geoip_module http_concat_module 压缩 替换 地理位置 SSL yum install gcc-c ++ pcre-devel zlib-devel make unzip libuuid-devel yun install git git clone git:/ …
Install server linux nginx 2018-09-10 在CentOS 7上安装带有ngx_pagespeed的Nginx 在CentOS 7上安装带有ngx_pagespeed的Nginx Ngx-pagespeed是一个免费的开源Nginx模块,可用于加快您的站点速度, …
nginx 2020-11-15 nginx pagespeed config # Enable pagespeed module by putting the following in http context pagespeed on; pagespeed Domain example. …
暂无评论