mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-09 18:55:14 +00:00
WIP: started adding new host type ssl passthrough
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
- 3080:80
|
||||
- 3081:81
|
||||
- 3443:443
|
||||
- 3444:444
|
||||
networks:
|
||||
- nginx_proxy_manager
|
||||
environment:
|
||||
@@ -28,6 +29,7 @@ services:
|
||||
DB_MYSQL_USER: 'npm'
|
||||
DB_MYSQL_PASSWORD: 'npm'
|
||||
DB_MYSQL_NAME: 'npm'
|
||||
ENABLE_SSL_PASSTHROUGH: "true"
|
||||
# DB_SQLITE_FILE: "/data/database.sqlite"
|
||||
# DISABLE_IPV6: "true"
|
||||
volumes:
|
||||
|
@@ -85,6 +85,7 @@ http {
|
||||
|
||||
stream {
|
||||
# Files generated by NPM
|
||||
include /data/nginx/ssl_passthrough_host/hosts.conf;
|
||||
include /data/nginx/stream/*.conf;
|
||||
|
||||
# Custom
|
||||
|
@@ -24,6 +24,7 @@ mkdir -p \
|
||||
/data/nginx/default_www \
|
||||
/data/nginx/proxy_host \
|
||||
/data/nginx/redirection_host \
|
||||
/data/nginx/ssl_passthrough_host \
|
||||
/data/nginx/stream \
|
||||
/data/nginx/dead_host \
|
||||
/data/nginx/temp \
|
||||
|
Reference in New Issue
Block a user