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

nginx

  1. brother4

    Issue Service plan server configuration is not applied

    Hello, I have added the following ngnix configurations to a service plan and applied them. The affected subscription is in sync mode and not locked. What could be reasons that it still only works if I store it directly in the domain settings? gzip_proxied any; location ~*...
  2. TimReeves

    Issue Debian 10 Nginx fails to start - missing ssl_stapling resolver

    I set up a new BareMetal server with Debian 10 and Plesk 18.0.28. Initially all was well - but the more Domains I migrated the slower Nginx restarted. Finally, the start of Nginx timed out. Initially I thought this may have to do with the last domain migrated (Nextcloud with 90GB data). But it...
  3. W

    Resolved Plesk Istaller not working

    Trying to update/install components using Plesk Updates but getting following error. Have to use Command line to obtain these as Online installer was shwoing no error but only a line. Reading package lists... Building dependency tree... Reading state information... Some packages could not be...
  4. V

    Resolved Errors in configuration templates: nginx

    This is what I get when I enable nginx in Updates (it was turned off) Error: New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] bind() to [2a01:4f8:c17:1ebd::2]:80 failed (99: Cannot assign requested address) nginx...
  5. D

    Issue NGINX SameSite=None command not working

    Hi, my command proxy_cookie_path / "/; secure; HttpOnly; SameSite=None"; in the nginx additional directive is not working. I still get Errors in Browser Console. if i turn on Proxy Mode its working, as i also have Header edit Set-Cookie ^(.*)$ "$1; Secure; SameSite=None" inserted into Apache...
  6. S

    Issue Issue Ngnix 403 /wp-content/cache/all/index.html

    Hello, my website is available under https://mydomain.com. I'm using Plesk Obsidian / Centos 7.8 and apache http2 + Nginx as Reverse Proxy. Lets Encrypt Certificate is installed for the Domain. I'm getting 403 Error for /wp-content/cache/all/index.html curl -i https://mydomain.com HTTP/2...
  7. T

    Issue Not getting x-cache-status: HIT

    Hello :) I am struggling to get x-cache-status: HIT but I am always getting x-cache-status: MISS header. Below is my site headers:- HTTP/2 200 server: nginx date: Sun, 10 May 2020 19:09:31 GMT content-type: text/html; charset=UTF-8 content-length: 296895 vary: Accept-Encoding x-powered-by...
  8. S

    Issue Redirection Issue Wordpress Subdirectory Install

    Hello, I have my website installed in a subdirectory under /blog. I have the issue that When I test my Pages or Post, with http://domain.com/example-page/ and http://www.domain.com/example-page/ I get Status Code 200 (instead 301) and not redirected to Version https://domain.com/example-page/...
  9. Zoinkz

    Issue Cloudflare not showing real visitor IP

    Hello, I am using Plesk Obsidian on Ubuntu 18.04 Server. My website is using Cloudflare, but on the website logs it does not show real IP of visitors. Furthermore, I can't find Cloudflare Servershield extensions on Updates or Extension page. CF documentation is telling me to install nginx...
  10. Torsten Bulk

    Question NGINX rewrite url uppercase to lowercase

    I want to change urls from uppercase to lowercase (if someone mistypes). What to write in the config of NGINX?
  11. S

    Question OCSP Stapling with Apache and Nginx Reverse Proxy

    Hello, im using LetsEncrypt already on my websites together with Apache http2 and Nginx Reverse Proxy together with Cloudflare free. When enabling OCSP Stapling under Subscriptions - Websites and Domains, are there any additional Nginx Directives needed ??? Thx OS CentOS Linux 7.7.1908...
  12. S

    Issue nginx.conf reset on every ssl certificate renew

    Hi everyone, I use NGINX reverse proxy configuration to expose a Node.js api server. I also use the default Let's Encript service offered by Plesk to secure the domain. Every time Plesk renew the certificate, my reverse proxy configuration located in...
  13. R

    Question Weird Wordpress problem: Content is planned instead of published

    Hi *, I run multiple Wordpress sites using nginx only. Everything seems to be working except one thing. When I create a new post or page and publish it, Wordpress tells me that everything is OK, I can see the page/post. I can, but only if I am logged in, because the thing is not really...
  14. W

    Issue Nginx problem, website crash every 30 mins

    Hi everybody, Since 2 week each 3 /5 days websites crash (3 differents website with 2 ips), nothing abnormal on the logs. All services running. PHP under FPM Apache. After restarting server all was working. This night get a new alert, and another and another. et like 7 crash from this morning...
  15. S

    Issue Push Notification Service Worker Files not being served as "Content-Type: application/javascript"

    Hello, My site runs the OneSignal web push notifications plugin ans I have some issues with the service worker files not being served as "Content-Type: application/javascript". OS ‪CentOS Linux 7.7.1908 (Core)‬ Product Plesk Obsidian Version 18.0.23 Update #4, last updated on Feb 11...
  16. Lethalmiko

    Question How can I permanently remove Nginx from Port 80?

    The Plesk documentation and other online discussion threads say that to change the listening ports of the webserver, you use templates, but all the instructions to change the port Nginx listens on have failed to remove it from port 80. All they do is add an extra port for listening to. I use...
  17. Jürgen_T

    Instruction NGINX solo mode configuration recipe for Drupal 8.X

    Usually the combination of NGINX as Proxy for Apache works fine for Drupal 8.X in Plesk Obsidian but for those who would like to use NGINX solo and not just as proxy for Apache you will find a good configuration recipe on www.nginx.com: Drupal | NGINX But unfortunately this does not work without...
  18. Jürgen_T

    Input NGINX-Configuration for Drupal 8.X without Apache for Plesk Obsidian | Ubuntu 18.X

    Usually the combination of NGINX as Proxy for Apache works fine for Drupal 8 in Plesk but for those who would like to use NGINX solo you will find this recipe on www.nginx.com: Drupal | NGINX But this does unfortunately not work without modifications for Plesk managed server. You need some...
  19. zigojacko

    Issue Can't get Magento URL rewrites to work in additional Nginx directives when running PHP as FPM served by Nginx

    We've got Plesk Obsidian set up on a dev server and we're building a Magento 2 websites which requires a couple of temporary URL rewrites set up before the website gets migrated to the client's server (which will be running Apache and the rewrites set up in .htaccess). I don't believe we've...
  20. elaa

    Question how can i Deploy (Ephemeral) Elliptic-Curve Diffie-Hellman or usea 2048-bit or stronger Diffie-Hellm

    one of the clients has run a security scan for the site web that I am working on, so he found some issues that i need to fix these issues are : FTP Unencrypted Cleartext Login // solution: Enable FTPS or enforce the connection via the 'AUTH TLS' SMTP Unencrypted Cleartext Login...
Back
Top