mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-10 11:15:15 +00:00
WIP: started adding new host type ssl passthrough
This commit is contained in:
@@ -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