Ver Fonte

Add custom configuration to dead_host.conf

Miguel Angel Nubla há 1 ano atrás
pai
commit
7f9240dda7
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      backend/templates/dead_host.conf

+ 2 - 0
backend/templates/dead_host.conf

@@ -22,5 +22,7 @@ server {
   }
 {% endif %}
 
+  # Custom
+  include /data/nginx/custom/server_dead[.]conf;
 }
 {% endif %}