nodebb.conf is blank
-
My site works fine in mysite.com:4657
I knew that i had to change the server name to make it work without ":4567" but when i go to
nano etc/nginx/conf.d/nodebb.conf its completely blank
. How can i solve this issue.? -
I think the whole nginx folder is owned by a daemon user, so before you start creating the file, you'd want to
sudo su <nginx user>
-
Can you paste the output of an
ls -la
from the folder where you're trying to create the file? you shouldn't need to chmod anything, in fact that's probably a bad idea.
Copyright © 2024 NodeBB | Contributors