You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you go to https://styleguide.adhocteam.us/, it shows a default nginx page, meaning, the nginx config is not handling the host styleguide.adhocteam.us and serving the (correct) styleguide.adhoc.team content.
We should add a server block to the nginx config to 301 redirect it to the new permanent URL.
The text was updated successfully, but these errors were encountered:
If you go to https://styleguide.adhocteam.us/, it shows a default nginx page, meaning, the nginx config is not handling the host
styleguide.adhocteam.us
and serving the (correct)styleguide.adhoc.team
content.We should add a server block to the nginx config to 301 redirect it to the new permanent URL.
The text was updated successfully, but these errors were encountered: