浏览代码

Update default.conf

Tobias Kneidl 3 年之前
父节点
当前提交
bb422d4454
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      backend/templates/default.conf

+ 2 - 2
backend/templates/default.conf

@@ -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;