WitheredAway When I try to go to my forum from the host machine using localhost/ it returns a 502 error. I am running nginx, flarum being installed using this user submitted installer. This is after changing networks, if that would affect it.
0E800 WitheredAway This is just a stab in the dark but; This part of the script: ## Write Nginx config echo writing nginx config echo " server { listen 80; root $flarum_install; index index.php index.html index.htm; error_log /var/log/nginx/error.log error; server_name $domain_name; " > /etc/nginx/sites-available/$domain_name What did you call your domain name and did that change? Review: https://www.scalescale.com/tips/nginx/502-bad-gateway-error-using-nginx/ https://gitter.im/flarum/flarum/archives/2015/11/07
WitheredAway 0E800 I had put down localhost, just because I wanted to test it out before I actually used it. I will be doing a fresh install of this on an actual machine soon, so that just may fix it.