本项目是基于 NginxProxyManager/nginx-proxy-manager 翻译的中文版本,该项目属于一个预构建的docker映像,它可以让你轻松地部署到你的网站上运行,包括免费的SSL,而不需要知道太多关于 Nginx 或 Let's Encrypt 的信息。 快速部署 1. 环境部署 安装Docker和Docker-compose Docker官方安装文档(英文) Docker-Compose官方安...
version: '3.8' services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '80:80' - '81:81' - '443:443' volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt This is the bare minimum configuration required. See the documentation for more. Bring ...
它开箱即用支持 Docker 一键部署,可以让用户通过 Web 界面在线配置、管理 Nginx 服务,支持转发、重定向、SSL 证书、高级配置等功能。 收录于: 第84 期 标签: NGINX JavaScript 评论 没用过 用过 评分: 发布 3 条精选评论 最新热门 Grey 评分: 用过 使用了很多年,功能越来越完善,推荐 6 个月前 点赞 回复...
Nginx+Redis+2个Tomcat+Elasticsearch+Logstash 项目启动最简配置: Nginx+Redis+1个Tomcat 启动顺序: 首先安装好Mysql,Mysql的表和数据建好、安装和配置Tomcat、Nginx、Redis,然后就可以启动了。 Nginx和Redis先启动,然后启动Tomcat,在Idea中可以直接启动Tomcat、或者手动打war包放入Tomcat中运行。 Tomcat启动完成后再启动...
Docker container for managing Nginx proxy hosts with a simple, powerful interface - Release v2.12.3 · NginxProxyManager/nginx-proxy-manager
Docker container for managing Nginx proxy hosts with a simple, powerful interface NginxProxyManager/nginx-proxy-manager’s past year of commit activity docker-nginx-fullPublic Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled. ...
/docker/appdata/nginx-proxy-manager: This is where the application stores its configuration, states, log and any files needing persistency. Browse tohttp://your-host-ip:8181to access the Nginx Proxy Manager web interface. Usage docker run [-d] \ --name=nginx-proxy-manager \ [-e<VARIABLE...
Pull this new imagejc21/nginx-proxy-manager:2.11.3 Bring up your docker stack and check for any problems in the logs Renew your DNS certs manually Check some or all of your hosts for expected behaviour Changes FixCVE-2024-46256andCVE-2024-46257 ...
Pull this new imagejc21/nginx-proxy-manager:2.11.3 Bring up your docker stack and check for any problems in the logs Renew your DNS certs manually Check some or all of your hosts for expected behaviour Changes #3764Fix Cloudflare DNS Auth (thanks@ransbachm) ...
To apply some of these updates to existing hosts, simply Edit them and Save them. New nginx configurations will be written as a result. Docker images jc21/nginx-proxy-manager:latest jc21/nginx-proxy-manager:2 jc21/nginx-proxy-manager:2.12.2...