diff host/startup/nginx/nginx.default.conf.luan @ 2062:5ede71739221

merge branches
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 15 Nov 2025 18:07:51 -0700
parents a4435e2e3417
children
line wrap: on
line diff
--- a/host/startup/nginx/nginx.default.conf.luan	Sun Nov 09 11:32:18 2025 -0700
+++ b/host/startup/nginx/nginx.default.conf.luan	Sat Nov 15 18:07:51 2025 -0700
@@ -1,4 +1,4 @@
-local rootDir, leKey  = ...
+local rootDir = ...
 
 %>
 	client_max_body_size 32m;
@@ -14,11 +14,6 @@
 
 	charset utf-8;
 
-	location ~ "^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)$" {
-		default_type text/plain;
-		return 200 "$1.<%=leKey%>";
-	}
-
 	location ~ /(?<path>.*) {
 		chunked_transfer_encoding off;
 		proxy_cache_key $scheme$host$request_uri;