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

location

  1. D

    Issue Adding /location to domain.conf

    Good day, all! I have a website using SSR-React. I have this /etc/nginx/plesk.conf.d/vhosts/diniubire.ro.conf And I want to add this location / { proxy_pass http://localhost:7456; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection...
  2. C

    Question SSL certificate location for Prosody import

    Hey all, I'm trying to set up a Prosody XMPP server on my dedicated box running Plesk on Ubuntu 20.04, two weeks old. I come from fifteen-odd years of either Webmin or manual configuration file fiddling, so I felt quite spoiled when I could just press a button and have Let's Encrypt sort my SSL...
  3. M

    Question How does location and proxy_pass work?

    Hi, for basic testing I have set up a simple node server listening on port 5100 and a nginx directive location /api/ { proxy_pass http://127.0.0.1:5100/api/; } I am pretty new at this, but doesn't this directive mean, that a request like https://myserver.com/api/xxxx will be redirected to...
  4. U

    Issue Installing gitweb on Plesk

    I have a git server running on a LInux VPS (Ubuntu 14.04) with Plesk 12.5.30. To access the git repos I do git clone git@<server>:/myrepo.git This requires an SSH public key to the server. I would like to install gitweb so I can clone using the http protocol. git clone...
  5. C

    NGinx Location /

    Hi, is there a proper way to inject directives into the location / {} block on any given VHost? If I add this separately (whole block) in the GUI it is not accepted with an error message that the location / is double (this is understandable), but how can I change this then? br //ak
Back
Top