NGINX-Configs/etc/nginx/snippets/universal_paths.conf

16 lines
273 B
Plaintext

location /.well-known/acme-challenge/ {
root /srv/nginx;
}
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;
}