Explorar o código

gogs shouldn't provide the unsecure default config

Till Klocke %!s(int64=8) %!d(string=hai) anos
pai
achega
f106b520ce
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      roles/service-gogs/templates/gogs_unsecure.conf.j2

+ 2 - 2
roles/service-gogs/templates/gogs_unsecure.conf.j2

@@ -1,6 +1,6 @@
 server {
-  listen          [::]:80 default_server;
-  listen          80 default_server;
+  listen          [::]:80;
+  listen          80;
   server_name     {{ gogs_domain }};
 
   access_log off;