SOLVED nginx not starting..

Status
Not open for further replies.

jessiem

Member
Feb 11, 2024
40
1
8
19
You're running the command in the terminal, so that won't work. I think you just need to uncomment what you commented or just copy the default file contents at the link Adrian provided and it should work.
I don't have a gui installed, so the 'terminal' is the only way for me to do things.
 

cemotyz09

Member
Apr 23, 2020
83
7
8
Wget the file if you have it installed. You could also try curl. I just think it would be less room for error. You can also still just uncomment what you commented, the only changes the script makes is to the key and cert lines.
Code:
wget https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/resources/nginx/fusionpbx -O fusionpbx.new
then just rename it fusionpbx to overwrite the old version if you can make sure it works. I'm not familiar with curl so I don't know the commands for that.
 
Last edited:

jessiem

Member
Feb 11, 2024
40
1
8
19
Wget the file if you have it installed. You could also try curl. I just think it would be less room for error. You can also still just uncomment what you commented, the only changes the script makes is to the key and cert lines.
Code:
wget https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/resources/nginx/fusionpbx -O fusionpbx.new
then just rename it fusionpbx to overwrite the old version if you can make sure it works. I'm not familiar with curl so I don't know the commands for that.
umm.... wut.1708814667835.png
 

jessiem

Member
Feb 11, 2024
40
1
8
19
At the end of the day, I reinstalled everything from scratch, and it appears that I no longer have this issue, but another one.
 
Status
Not open for further replies.