nginx/files/conf.d/custom/acme.conf

5 lines
76 B
Plaintext
Raw Normal View History

2024-12-17 17:20:50 +01:00
location ~ /.well-known {
try_files $uri $uri/ =404;
root /var/www;
}