mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-09-21 15:46:07 +00:00
Update default.conf
This commit is contained in:
parent
9ab5333652
commit
bb422d4454
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue