askvortsov Surindaku The line include /home/ubuntu/flarum/.nginx.conf; must be in a valid server block, it can't be in an http block.
Jonkanon askvortsov Hey. Am a newbie🤙 Just putting that out there. The server block. Would you just make one Whitin that config file like this? Server { }
Kalecgos Jonkanon although you may place your server blocks in the main nginx.conf file, normally they are placed inside separate *.conf files in the sites-available directory and then are linked from the sites-enabled directory. You may find an example of creating server blocks e.g. here: https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04