Track NGINX config

dev
gravel 1 year ago
parent 25d2bc46ac
commit 75d7ef2d60
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -0,0 +1,13 @@
location /icons {
expires 60m;
# add_header Cache-Control "max-age=3600";
}
location /qr-codes {
# while an underestimate,
# this prevents us from tracking users across visits
expires 60m;
# add_header Cache-Control "max-age=3600";
}
location /listings/lp-output {
default_type application/json;
}
Loading…
Cancel
Save