Przeglądaj źródła

Переделал схему

tomishinets.v 6 lat temu
rodzic
commit
671b25771a
1 zmienionych plików z 6 dodań i 5 usunięć
  1. 6 5
      default.conf

+ 6 - 5
default.conf

@@ -1,9 +1,10 @@
 server {
 					listen 80;
-        	location /.well-known/acme-challenge/ {
+#        	location /.well-known/acme-challenge/ {
+          location / {
             	root /var/www/html;
         	}
-					location / {
-		      		return 301 https://$host$request_uri;  # enforce https
-					}
-}
+#					location / {
+#		      		return 301 https://$host$request_uri;  # enforce https
+#					}
+#}