make the env proxy confs their own isolated folder to include

This commit is contained in:
thelamer
2025-09-04 15:28:25 -04:00
parent 5942cc2253
commit 8c28cb7a40
5 changed files with 9 additions and 5 deletions

View File

@@ -82,3 +82,5 @@ server {
# enable subdomain method reverse proxy confs
include /config/nginx/proxy-confs/*.subdomain.conf;
# enable env var subdomain method reverse proxy confs
include /config/nginx/env-proxy-confs/*.subdomain.conf;