2024-12-17 17:20:50 +01:00

5 lines
76 B
Plaintext

location ~ /.well-known {
try_files $uri $uri/ =404;
root /var/www;
}