↧
Answer by jstuardo for NGINX fails to load site
I have solved it.The solution was to set nginx to listen in another port, for example, 8020. Then I rebooted the server.After reboot I checked that python started listening on port 8000 and nginx on...
View ArticleNGINX fails to load site
I have a nginx site listening on port 8000. I have Apache listening on port 80.When I try to load nginx site, this error is shown in the log:2019/03/27 20:13:06 [alert] 7845#7845: 1024...
View Article