79168455

Date: 2024-11-08 00:24:29
Score: 3
Natty:
Report link

Thanks you @dbugger for pointing me in the right direction. @Edmund's answer to this question was the solution to my issue:

https://stackoverflow.com/a/78882862/5161457

Remove the default site if it exists:

sudo rm /etc/nginx/sites-enabled/default

Test your Nginx configuration:

sudo nginx -t

If the test passes, reload Nginx:

sudo systemctl reload nginx

Then retry in 10 mins.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • User mentioned (1): @dbugger
  • User mentioned (0): @Edmund's
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jillian Hoenig