nginx, curl text

This commit is contained in:
Zsolt Ero
2024-09-11 01:29:40 +02:00
parent 3e45d91811
commit 27f34ccae6
3 changed files with 34 additions and 17 deletions

View File

@@ -28,8 +28,7 @@ server {
error_log /data/ofm/http_host/logs_nginx/le-error.log;
location ^~ /.well-known/acme-challenge/ {
# trailing slash
location ^~ /.well-known/acme-challenge/ { # trailing slash
root /data/nginx/acme-challenges;
try_files $uri =404;
}