• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Nginx not starting after reboot

Heppi75

Basic Pleskian
Hi,

I have a problem that nginx is not starting on reboot. I can manually start it after, but if I am out of the office and my provider is starting the server I can maybe not handle it all time.

Code:
systemd[1]: Starting Startup script for nginx service...
nginx[2642]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx[2642]: nginx: [emerg] bind() to 37.61.200.55:443 failed (99: Cannot assign requested address)
nginx[2642]: nginx: configuration file /etc/nginx/nginx.conf test failed
systemd[1]: nginx.service: control process exited, code=exited status=1
systemd[1]: Failed to start Startup script for nginx service.
systemd[1]: Unit nginx.service entered failed state.

I tried the solution on this article, but this does not solve it. Any other idea?
Nginx does not start automatically after reboot: 99: Cannot assign requested address

I am on CentOS 7.5 with Onyx 17.8.11 ...

Thanks.
 
You also tried something like in the comment from "Esoares November 10, 2017 01:39" below your referenced article? An automatic restart after 5 Seconds on any fail of the service should solve your problem.
 
Back
Top