0E800 Awesoem starting to see how nginx works! Its working again!!!
Next thing for me to break is https lol
I would assume I would just change:
return 301 http://www.seekadventure.net$request_uri;
to
return 301 https://www.seekadventure.net$request_uri;
Once I configure all the certs etc.