• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved New configuration files for the Apache web server were not created due errors in configuration templates: nginx

1) If you don't know why you have custom templates, it is not a good idea to remove them. You must have installed them previously for a specific purpose. If you remove them without knowing why they are there, you might destroy something else.

Normally you can try to move /usr/local/psa/admin/conf/templates/custom to a different location to test if you can generate web server configuration files afterwards. For example you could do
# mv /usr/local/psa/admin/conf/templates/custom/ /home

2) If you do not want to use Nginx, you can disable it altogether, so that Plesk won't try to generate any files for it either.
# /usr/local/psa/admin/sbin/nginxmng -d
# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
After this, go into Tools & Settings > Webserver Configurations Troubleshooter and select "Rebuild" > "Broken" again. This might be needed to clear the error message from the screen.
 
Hello i follow your instructions number 2)
but errors are still there
errors in Websites & Domains and Webserver Configurations Troubleshooter pages
 

Attachments

  • Screenshot_9.jpg
    Screenshot_9.jpg
    194.9 KB · Views: 10
  • Screenshot_10.jpg
    Screenshot_10.jpg
    79.3 KB · Views: 10
If you have disabled Nginx, I think it should be safe to remove (delete) the two Nginx entries from the webserver configurations troubleshooter list. With no references left to Nginx configurations the error message should disappear.

Once again, keep in mind that you are using custom webserver configuration templates and have said you don't know why. Maybe you should look into these files to find out why they are there? It is very well thinkable that content overrides the typical Plesk mechanisms. So no guarantee what happens when you remove the two Nginx entries from your list.
 
If you re-enable Nginx in the future, all web server configuration files need to be reconfigured (recreated), because the setup is totally different. Normally, enabling Nginx, e.g. by
# /usr/local/psa/admin/sbin/nginxmng -e
will do that for you. However, I am not sure this will work, because if you have custom templates now and these might be the root cause for the issue, the same issues will appear again.
 
Hello yes i removed the 2 entries and now disappear the error message
thanks for now i go with this conf for nor so think not need ngnix in the future
many thanks for your effort
 
Back
Top