amazon web services - Discrepancy in static site from browser when viewed from domain vs from IP -
when make changes on static html file served apache2 on aws ubuntu instance, , when see site page domain name abc.com, not getting reflected or gets reflected delay of few hours.
but when visit same page, elastic ip associated ec2 instance can see change.
what reason this?
the file served on ec2 instance ebs store.
some possible cases:
after making html change in apache, , prior accessing domain, sure cleared browser cache?
if have multiple instances , have load balancer enabled, ensure made changes in other instances well. if case, because domain pointing load balancer , load balancer servicing different instance made changes in.
i don't think there issue domain, can double check ttl value in domain , reduce 10 minutes. related domain level (nx) changes. don't think can affect scenario. can double check domain configurations if think there issue there.
Comments
Post a Comment