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

Question Upgrade nginx to nginx plus and custom vhost config

dopeboy

Basic Pleskian
Hello,

i've moved most of my sites to Obsidian but now i haven't used any panel i've hosted myself on dedicated server by myself installing nginx/php and other stuff everything from cli/terminal so i've had some custom setup and i will really like to be able to move one of my projects on plesk which requires nginx plus, pagespeed and some other modules to be installed and has some custom settings on nginx vhost

1 . If possible how can i upgrade my Obsidian to use nginx plus?

2 . If possible how can i add some custom configs/settings on nginx ex after i create/host my domain on plesk i would like to add somethings like ex
Code:
        location /uploads/drive {
          add_header 'Access-Control-Allow-Origin' 'mywebsite';
          add_header 'Access-Control-Allow-Credentials' 'true';
          ...
        }


Thanks
 
2 . If possible how can i add some custom configs/settings on nginx ex after i create/host my domain on plesk i would like to add somethings like ex

The corresponding UI options are available in the Customer Panel in Websites & Domains > <domain_name> > Apache & nginx Settings.
see also: How to modify domain's configurations in Plesk permanently, How to get and set Additional Apache/Nginx directives via CLI?
Apache and Nginx Settings & How to add additional nginx directives globally
 
Last edited:
Back
Top