WIP: started adding new host type ssl passthrough

This commit is contained in:
chaptergy
2021-10-10 23:49:07 +02:00
committed by L. Wlcek
parent 9052502a17
commit 66cbd1239f
35 changed files with 1724 additions and 30 deletions

View File

@@ -85,6 +85,7 @@ http {
stream {
# Files generated by NPM
include /data/nginx/ssl_passthrough_host/hosts.conf;
include /data/nginx/stream/*.conf;
# Custom

View File

@@ -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 \