13 lines
222 B
Plaintext
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;
|
|
}
|