Page 1 of 1

Nginx Error Please Help

PostPosted:25 Jul 2018 14:50
by vpssim82
Hi VPSSIM,

Can you please help me..

I add domain to vpssim and add ssl at the same time now the nginx is crash , please tell me how to fix it.

http://prntscr.com/kaptye

Thank you

Re: Nginx Erro Please Help

PostPosted:25 Jul 2018 14:55
by nguyenoanh
I have nerver fix this error before.
You can try remove the vhost of the new domain.
rm -rf /etc/nginx/conf.d/newdomain.com.conf
rf -rf /home/newdomain.com
Then restart nginx

Re: Nginx Erro Please Help

PostPosted:25 Jul 2018 15:03
by vpssim82
Hi nguyenoanh,

I already remove all the new domain, but still the same

http://prntscr.com/kaq12u

Is there another way? please help me

Thank you

Re: Nginx Erro Please Help

PostPosted:25 Jul 2018 15:09
by vpssim82
[SOLVED]

For those who having the same problem, try to run this
Code: Select all
sudo fuser -k 443/tcp
service nginx restart
it solve my problem

Thank you nguyenoanh

Re: Nginx Erro Please Help

PostPosted:25 Jul 2018 15:18
by nguyenoanh
Thank you @vpssim82