My DNS provider doesn't allow me to set a custom TTL.
All my domains have a 300 (5 minutes) TTL, that is terrible low.
Can I send to browser a header from nginx with a custom TTL time to overwrite domain TTL?
Thanks!
My DNS provider doesn't allow me to set a custom TTL.
All my domains have a 300 (5 minutes) TTL, that is terrible low.
Can I send to browser a header from nginx with a custom TTL time to overwrite domain TTL?
Thanks!
No, it is not possible overwrite DNS TTL with nginx headers, as nginx doesn't answer the DNS queries for your domain.
There should be no problem for you with the low TTL value. Why do you think that value is too low?