Explorar el Código

gogs shouldn't provide the unsecure default config

Till Klocke hace 8 años
padre
commit
f106b520ce
Se han modificado 1 ficheros con 2 adiciones y 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;