Răsfoiți Sursa

Add custom configuration to dead_host.conf

Miguel Angel Nubla 1 an în urmă
părinte
comite
7f9240dda7
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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 %}