It works
http://ops.mozilla-community.org
The problem?
Everyone was looking in /var/www/wordpress
Quick check of config
Wordpress was actually in /var/www/html-data
sed “s/’/var/www/html-data/’/’/var/www/wordpress/’” /etc/nginx/sites-enabled/wordpress #okay i actually used nano, and this sed is probably wrong, but oh well
mv /var/www/html-data /var/www/wordpress
sudo service nginx reload