mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 02:06:25 +00:00
15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
{% include "_header_comment.conf" %}
|
|
|
|
{% if enabled %}
|
|
server {
|
|
{% include "_listen.conf" %}
|
|
{% include "_certificates.conf" %}
|
|
|
|
access_log /data/logs/dead_host-{{ id }}.log standard;
|
|
|
|
{{ advanced_config }}
|
|
|
|
return 404;
|
|
}
|
|
{% endif %}
|