neil %!s(int64=3) %!d(string=hai) anos
pai
achega
c5ee19bb8f
Modificáronse 1 ficheiros con 1 adicións e 9 borrados
  1. 1 9
      nginx.tmpl

+ 1 - 9
nginx.tmpl

@@ -345,15 +345,7 @@ server {
 	{{ end }}
 	{{ $access_log }}
 
-	# Do not HTTPS redirect Let'sEncrypt ACME challenge
-	location ^~ /.well-known/acme-challenge/ {
-		auth_basic off;
-		auth_request off;
-		allow all;
-		root /usr/share/nginx/html;
-		try_files $uri =404;
-		break;
-	}
+
 
 	location / {
 		{{ if eq $external_https_port "443" }}