nginx-proxy-manager/src/backend/templates/dead_host.conf
2018-08-17 09:25:59 +10:00

13 lines
222 B
Plaintext

{% include "_header_comment.conf" %}
server {
{% include "_listen.conf" %}
{% include "_certificates.conf" %}
access_log /data/logs/dead_host-{{ id }}.log proxy;
# TODO: Advanced config options
return 404;
}