摘要:
# nginx Dockerfile # Version 1.0 # author fendo # Base images 基础镜像 FROM centos:centos7 #FROM hub.c.163.com/netease_comb/centos:7 #安装相关依赖 RUN yum -y update RUN yum -y install gcc gcc-c++ autoconf... 阅读全文
posted @ 2019-09-12 17:14
Ruthless
阅读(6477)
评论(0)
推荐(0)
摘要:
nginx添加第三方模块,以及启用nginx本身支持的模块 Nginx添加第三方模块 阅读全文
posted @ 2019-09-12 17:04
Ruthless
阅读(1456)
评论(0)
推荐(0)
摘要:
gzip on;gzip_min_length 1k;gzip_buffers 4 16k;gzip_http_version 1.0;gzip_comp_level 6;gzip_types text/plain application/javascript application/x-javas 阅读全文
posted @ 2019-09-12 16:54
Ruthless
阅读(325)
评论(0)
推荐(0)
浙公网安备 33010602011771号