The error message “Not beginning nginx as it’s disabled in config” in Plesk normally seems when the Nginx service will not be enabled or disabled within the server setup. Let’s look into alternative ways to repair the error. At Bobcares, with our Plesk Internet hosting Assist, we will deal with your points.
Overview
- What’s “Not beginning nginx as it’s disabled in config” error in Plesk?
- Steps to Repair the Error
What’s “Not beginning nginx as it’s disabled in config” error in Plesk?
This error message normally seems when the Nginx service will not be enabled or disabled within the server setup. This may happen even when Nginx is enabled within the Plesk management panel. To beat the problem “Not beginning nginx as it’s disabled in config” in Plesk, observe the under steps.
Steps to Repair the Error
1. Initially, we have to test the standing of NGINX utilizing the under code:
plesk sbin nginxmng -s
This reveals whether or not NGINX is enabled or disabled.
2. Now, we have to disable after which re-enable NGINX. These instructions are used to disable and re-enable Nginx for 2 functions:
Reset config: Working these instructions will reset the Nginx configuration to its default state, permitting us to repair any points brought on by inaccurate config settings.
Make certain the proper enabling: After re-enabling Nginx, we may additionally be assured that it has been correctly enabled and set to start out efficiently.
plesk sbin nginxmng --disable plesk sbin nginxmng --enable
3. We then use the next code to test the Nginx config recordsdata for syntax issues and misconfigurations.
nginx -t
4. Then, begin the Nginx service as follows:
systemctl begin nginx
The command begins the Nginx service, which begins listening for incoming requests and handles them as set.
5. Lastly, confirm the service utilizing the next command:
systemctl standing nginx
The command shows the Nginx service’s present standing, which reveals whether or not it’s working, stopped, or in a selected state.
[Want to learn more? Click here to reach us.]
Conclusion
The error means that Nginx is disabled within the Plesk settings, therefore stopping it from beginning. To sum up, we will simply resolve the problem and begin Nginx efficiently in Plesk with the above steps from our Specialists.