I run the script for update now does not start
witzker opened this issue · 4 comments
As I'm not clever with all this server stuff, i don't know how to solve this:
when i Goto: http://192.168.178.100:81/
Ps. help to get this back and running, as it is the heart of my tiny home lab.
Many THX
Seems like there is an issue here, after updating mine (apk upgrade) (which is running for about a year) it seems that the website config got erased after updating the lxc, the only package that got updated was openresty, and If I go to :80 I'm on a default openresty page, normally you should be on the NPM default page.
Could you test that to see if it is the same issue here?
Probably irrelevant for this issue.
@ > Seems like there is an issue here
How can I solve the issue.
Any Help Pls.
If you read similar issues here, you will find that to solve them, you have to try:
(1) Running in the command line:
useradd -s /bin/false nginx
useradd -s /bin/false npm
(2) Then run the script again.
(3) Open and comment out line # 3 in /usr/local/openresty/nginx/conf/nginx.conf
#pid /run/nginx/nginx.pid;
(4) Save and exit the above file. Then restart openresty:
systemctl start openresty
(5) Try to open it again in your browser.