• 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!
  • 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.

change root nginx

saeiaia

New Pleskian
I want to change the root directive on one of my subdomains with
Code:
root /home/mycoolsite.com/public_html;

By default plesk won't like that saying
Code:
Invalid nginx configuration: nginx: [emerg] "root" directive is duplicate in /var/www/vhosts/system/yyy.xxxx.com/conf/vhost_nginx.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed

So after googling I found this solution by abundantdesigns. In which I copied template files to
Code:
/usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php
and hoped it would work, which it doesn't.
Even after doing all changes described in the blog article I still get the same error. I attached my nginxDomainVirtualHost.php so maybe some can see a mistake? (had to change extention from php to txt to upload it here)

Some info about plesk:

Plesk Product version: 12.5.30 Update #32
Update date: 2016/05/12 01:19
Build date: 2016/04/07 13:00
OS version: Ubuntu 14.04
Revision: 344620
Architecture: 64-bit
Wrapper version: 1.2
 

Attachments

  • nginxDomainVirtualHost.txt
    6 KB · Views: 5
Back
Top