2024-06-24 10:21:29 -07:00
|
|
|
location /.well-known/acme-challenge/ {
|
|
|
|
root /srv/nginx;
|
2024-10-13 14:46:21 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
location = /ads.txt {
|
|
|
|
root /srv/nginx;
|
|
|
|
allow all;
|
|
|
|
log_not_found off;
|
|
|
|
access_log off;
|
|
|
|
}
|
|
|
|
location = /app-ads.txt {
|
|
|
|
root /srv/nginx;
|
|
|
|
allow all;
|
|
|
|
log_not_found off;
|
|
|
|
access_log off;
|
2024-06-24 10:21:29 -07:00
|
|
|
}
|