1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-25 09:41:54 +03:00

Update default.conf

This commit is contained in:
Tobias Kneidl
2021-12-22 00:24:05 +01:00
committed by Paul Mansfield
parent ab80fe13e9
commit 7800938fd2

View File

@ -7,9 +7,9 @@
server {
listen 80 default;
{% if ipv6 -%}
listen [::]:80;
listen [::]:80 default;
{% else -%}
#listen [::]:80;
#listen [::]:80 default;
{% endif %}
server_name default-host.localhost;
access_log /data/logs/default-host_access.log combined;