From 7f9240dda79d4f0206dd5be931b4ad7eb7c2c2d1 Mon Sep 17 00:00:00 2001 From: Miguel Angel Nubla Date: Fri, 20 Dec 2024 00:59:26 +0100 Subject: [PATCH] Add custom configuration to dead_host.conf --- backend/templates/dead_host.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/templates/dead_host.conf b/backend/templates/dead_host.conf index 7a06469..2e7d2a0 100644 --- a/backend/templates/dead_host.conf +++ b/backend/templates/dead_host.conf @@ -22,5 +22,7 @@ server { } {% endif %} + # Custom + include /data/nginx/custom/server_dead[.]conf; } {% endif %}