`

分享一个Nginx镜像

 
阅读更多
公网地址 
registry.cn-hangzhou.aliyuncs.com/syl/nginx-ajp

经典内网 
registry-internal.cn-hangzhou.aliyuncs.com/syl/nginx-ajp


专有网络 
registry-vpc.cn-hangzhou.aliyuncs.com/syl/nginx-ajp
 




  • This Image is based on nginx-1.10.3 and compiling with nginx_ajp_moudle which connect nginx by ajp protocol.
  • exposing the port $ docker run --name some-nginx -d -p 80:80 some-content-nginx
  • customer config $docker run --name customer-nginx -d -v /configdir/yourconfig:/usr/local/nginx/conf.d syl/nginx-ajp:1.1
  • config example:
  • server { listen 80;
  • #listen 443 ssl; server_name your_domain_name; #ssl_certificate /usr/local/nginx/conf.d/server.crt; #ssl_certificate_key /usr/local/nginx/conf.d/server.key; #ssl_client_certificate /usr/local/nginx/conf.d/ca.crt; #ssl_verify_client on; #charset koi8-r; #error_page 404 /404.html;
  • redirect server error pages to the static page /50x.html
  • #error_log /var/log/nginx/debug.log debug; #index index.html index.htm; #root /home/lg/www/;
  • #tomcat_ajp location / { ajp_pass tomcat_ip:ajp_port; } }
  • Directives
  • ajp_buffers
  • syntax: ajp_buffers the_number is_size;
  • default: ajp_buffers 8 4k/8k;
  • context: http, server, location
  • This directive specifies the number and the size of buffers, into which will be read the response, obtained from the AJP server. By default, the size of one buffer is equal to the size of a page. Depending on platform this is either 4K, 8K or 16K.
  • ajp_buffer_size
  • syntax: ajp_buffer_size the_size;
  • default: ajp_buffer_size 4k/8k;
  • context: http, server, location
  • This directive sets the buffer size, into which will be read the first part of the response, obtained from the AJP server.
  • In this part of response the small response-header is located, as a rule.
  • By default, the buffersize is equal to the size of one buffer in directive ajp_buffers; however, it is possible to set it to less.
分享到:
评论

相关推荐

    nginx镜像资源nginx镜像资源nginx镜像资源nginx镜像资源nginx镜像资源nginx镜像资源

    nginx镜像资源nginx镜像资源nginx镜像资源nginx镜像资源nginx镜像资源nginx镜像资源

    arm架构,nginx镜像

    arm架构,nginx镜像

    nginx1.18镜像包

    nginx1.18镜像包 使用docker load -i xx.tar 拉取镜像 使用docker images 查看是否成功。 运行容器 docker run --name nginx-test -p 8080:80 -d nginx 参数说明: --name nginx-test:容器名称。 -p 8080:80: ...

    docker镜像nginx:latest离线加载包

    首先需要了解的是nginx:latest镜像,这是一个基于最新版本的Nginx官方镜像。Nginx是一款高性能的HTTP和反向代理服务器,同时也是一款IMAP/POP3/SMTP服务器。由于其轻量级、高性能以及稳定性,Nginx被广泛应用于各种...

    nginx-1.2.31镜像

    docker打包好的nginx镜像,版本是nginx-1.2.31

    nginx.tar.zip

    总之,Nginx是一个强大且灵活的Web服务器,通过解压提供的“nginx-1.8.0.tar.gz”文件并在Linux系统上按照上述步骤操作,你可以成功部署并配置自己的Nginx服务器,为你的网站或应用提供高效、稳定的运行环境。

    nginx-1.27.1 for windows

    社区活跃的另一个好处是可以从其他用户的分享中学习到最佳实践和新的应用场景。 “nginx-1.27.1 for windows”是Nginx稳定版本的一个分支,专为Windows操作系统设计和优化。对于Windows平台上的网站搭建和服务器...

    nginx-1.22.1-1.sles12.ngx.x86-64.rpm文件(分享给需要的同学)

    nginx-1.22.1-1.sles12.ngx.x86_64.rpm文件 nginx-1.22.1-1.sles12.ngx.x86_64.rpm文件 nginx-1.22.1-1.sles12.ngx.x86_64.rpm文件 nginx-1.22.1-1.sles12.ngx.x86_64.rpm文件 nginx-1.22.1-1.sles12.ngx.x86_64.rpm...

    docker的Nginx创建和运行分享

    通过从 Docker Hub 拉取官方 Nginx 镜像,并运行容器,将本地端口 8080 映射到容器的端口 80,实现快速搭建一个 Nginx Web 服务器。该过程包括拉取镜像、启动容器、访问服务,以及停止和删除容器等步骤,帮助用户...

    fastdfs6.11+nginx1.26.3构建镜像的组件

    构建FastDFS和Nginx的Docker镜像,可以将这两个高效的软件组件集成到一个轻量级、可移植的容器中,使得文件存储和Web访问更加高效和便捷。这种集成方式尤其适用于需要快速部署和扩展分布式文件系统的应用场合。

    Docker镜像 - 自制镜像,集成了 PHP + Nginx + FastDFS,用于搭建 FastDFS 分布式文件服务系统

    目前,该Docker镜像已经上传至Docker Hub,这是一个用于分享和使用Docker镜像的公共仓库。通过Docker Hub,用户可以方便地获取到该镜像,并通过Docker命令快速地进行拉取和运行。具体的安装和使用方法,用户可以参考...

    nginx+中文文档

    1. **虚拟主机**:通过设置多个`server`块,可以在一个Nginx实例上托管多个网站。 2. **错误页定制**:通过配置error_page指令,可以自定义错误页面,提升用户体验。 3. **Gzip 压缩**:开启Gzip压缩可以减小传输...

    使用dockerfile构建nginx镜像的方法示例

    主要介绍了使用dockerfile构建nginx镜像的方法示例,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧

    利用docker搭建php7和nginx运行环境全过程(官方镜像)

    本文分享的是利用docker搭建php7和nginx运行环境的全过程,分享出来供大家参考学习,下面来看看详细的介绍: 环境介绍 根目录: /docker 网站根目录:/docker/www nginx相关目录:/docker/nginx/conf.d 准备工作 1...

    Fastdfs单节点安装包集合(Fastdfs+libfastcommon+fastdfs-nginx-module+nginx)

    总之,Fastdfs是一个高效、可靠的分布式文件系统,通过与Nginx的集成,能为Web应用提供强大的文件存储和访问能力。在互联网应用中,Fastdfs是一个值得考虑的选择,尤其对于需要处理大量文件存储和高并发访问的场景。

    Docker从零构建php-nginx-alpine镜像的方法

    主要介绍了Docker从零构建php-nginx-alpine镜像的方法,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧

    docker-lnp-清华镜像源地址

    整个压缩包文件应该是包含了用于创建和部署一个使用Nginx和PHP7-fpm的Docker应用程序的全部或部分脚本和配置文件,并使用了清华镜像源地址作为Docker镜像的下载加速源。这类文件集合对于开发者来说非常有用,可以...

    nginx&docker部署使用手册分享

    linux下nginx快速安装; linux下docker快速安装; docker镜像安装、使用、容器修改、容器传输、推送仓库、数据挂载等;

    docker镜像构建,中间件mysql、lighttpd、Nginx、squid配置和启动、dubbo服务部署

    学习心得,分享出来供大家学习。docker镜像构建,中间件mysql、lighttpd、Nginx、squid配置和启动、dubbo服务部署

    基于nginx包含rtmp,http-flv模块,支持rtmp推理,http-flv,hls,rtmp拉流,可进行直播点播

    RTMP拉流是指从一个RTMP服务器拉取流数据并推送到另一个服务器或客户端的过程。这种功能对于实现内容的镜像、备份或者多服务器分发非常有用。Nginx-RTMP模块支持RTMP源的拉取,可以在多个Nginx服务器之间实现内容的...

Global site tag (gtag.js) - Google Analytics