浏览代码

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 %}