5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
location ~ /.well-known {
|
|
try_files $uri $uri/ =404;
|
|
root /var/www;
|
|
}
|