Sfoglia il codice sorgente

gogs shouldn't provide the unsecure default config

Till Klocke 8 anni fa
parent
commit
f106b520ce
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;