Add custom configuration to dead_host.conf
This commit is contained in:
parent
805968aac6
commit
7f9240dda7
1 changed files with 2 additions and 0 deletions
|
@ -22,5 +22,7 @@ server {
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
# Custom
|
||||||
|
include /data/nginx/custom/server_dead[.]conf;
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue