Plesk for Linux
kb: technical
ABT: Group A
Applicable to:
- Plesk for Linux
Symptoms
-
The nginx service does not start after a server reboot automatically.
-
The nginx service can be started without any issues via Plesk > Tools & Settings > Services Management or by executing this command on the server direcly:
# service nginx start
-
The nginx service is disabled:
# systemctl is-enabled nginx
disabled
Cause
The disabled services are not started automatically after the server startup.
Resolution
-
Connect to the server via SSH.
-
Enable the nginx service:
# systemctl enable nginx
Comments
0 comments
Please sign in to leave a comment.