瀏覽代碼

Add custom configuration to dead_host.conf

Miguel Angel Nubla 1 年之前
父節點
當前提交
7f9240dda7
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 %}