• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

nginx

  1. I

    Issue 502 error Node and Angular SSR

    Hi! I am setting up an Angular app that uses SSR on a Linux Debian 11.11 server with Plesk Obsidian 18.0.69. I have installed NodeJS Toolkit and I have enabled Node on a subdomain where the app will go. The Angular app is using Angular 19.2.10, and the Node configuration is this: Node.js...
  2. P

    Resolved Issues with magento 2, varnish, ngin x

    Subject: Varnish with Docker Not Connecting to Backend – Error 503 Hi, I’ve followed the official Plesk instructions for configuring Varnish with Magento 2 ( How to configure varnish cache for a domain in Plesk? - Support Cases from Plesk Knowledge Base ), and also checked other guides like...
  3. P

    Resolved Unable to Start Nginx

    Error: Unable to generate the web server configuration file on the host <XXXXX> because of the following errors: Template_Exception: nginx: [warn] duplicate value "TLSv1.2" in /etc/nginx/conf.d/ssl.conf:4 nginx: [warn] duplicate value "TLSv1.3" in /etc/nginx/conf.d/ssl.conf:4 nginx: [emerg]...
  4. propz

    Question Best way to include persistent Docker data in Plesk Backups?

    Hi guys, I managed to self host a couple of Docker Images and it's running fine. However, I would like Plesk to backup the persistent data from the volume mapping and this seems quite tricky. This is an exmaple on how I configured my Selfhosted Vaultwarden Server: Create Subdomain...
  5. P

    Resolved Disable output buffering

    Hello, I'm really struggling trying to find how to disable output buffering on my server. I'm using Apache 2.4.41 with Nginx in proxy mode. I also have ModSecurity enabled with Comodo rules (free) and use PHP-FPM served by Apache. I have set, in my "php.ini" file, the value of...
  6. Jürgen_T

    Question Modsecurity - Apache or Nginx

    I’m planning to make a third attempt next week to install ModSecurity under Plesk. During the setup, there’s an option to choose whether ModSecurity should be applied to Nginx or Apache. Since I’m using Nginx as a reverse proxy in front of Apache, it’s unclear which option I should select.
  7. K

    Issue ModSecurity with nginx not working

    I have modsecurity setup with apache and it works. I tried to setup modSecurity with nginx but nothing happens when enabled. It looks like it's not activated at all. I tried enabled/disabled, report only all modes, nothing. I test it with some simple injection queries which are blocked when...
  8. Oldiesmann

    Question URL rewriting not working with nginx

    The forum software I use has an addon that rewrites URLs, and will automatically generate the appropriate nginx rules as well as writing a .htaccess file. However, when I paste the rules into the "additional directives for nginx" thing and save it, I still get 404 errors for everything when...
  9. I

    Issue Issue with user Certs in Plesk 17, Apache and Nginx

    I have a trouble with those services. The thing is i'm trying to get an user certificate in a concrete url. With Apache, all is fine, but that application is hosted in a multi domain plesk, and the rest of the domains require Nginx. so that's my issue. The additional directives of HTTPS Apache...
  10. Jürgen_T

    Issue Modsecurity works with Apache but error with nginx

    I just started to give modsecurity a second try but got this after re-installed it with plesk-installer. Starting with the configuration Nginx (Modsecurity 3.0) I get the following error: Changing the configuration from Nginx (Modsecurity 3.0) to Apache (Modesecurity 2.9) it starts without...
  11. M

    Issue Sub domain additional nginx directives

    Hi Support, I have a sub domain that has a nginx directive set. This allows me to use an api that is added into ssh All routes work (including POST, PUT, OPTIONS, GET methods) However when I try to call my route POST /api/v1/users or any request that has /api/v1/users innit, it sends me a...
  12. B

    Question How is the server.conf file generated?

    Hello, I have Plesk Obsidian installed on CentOS 7.9 and have the following Nginx configuration file: /etc/nginx/plesk.conf.d/server.conf The file content is as follows: #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT...
  13. P

    Question Getting X-Forwarded-For IP address from behind a nginx proxy server

    I've got a Plesk server sitting behind a Ngnix Proxy Manager. I am receiving correct HTTP_X_FORWARDED_FOR & HTTP_X_REAL_IP from the ngnix proxy on requests forwarded to domains on the Plesk server. Here's my topology: However, I can't figure out how to get the Apache log files to show the...
  14. s-light

    Question NINGX CORS for multiple sub.domains

    Hello community, iam trying to add CORS related configuration to one subdomain configuration: i found these two tutorials: https://support.plesk.com/hc/en-us/articles/12377861295895-How-to-add-custom-Apache-nginx-configuration-for-a-domain-in-Plesk...
  15. T

    Issue ModSecurity and bad gateway 500 nginx

    Hello since last update i have much trouble with my plesk installation Every night turn my plesk all the engines off apache and nginx and my websites are not resolvable i get then nginx500 bad gateway. It's seems to have problems with ModSecurity because if i go to my plesk i see a error...
  16. U

    Question Text/event streaming: Outputs chat answers streamed.

    Hello everyone! I am building a chatbot. The chat outputs the answers streamed. Now I'm trying to get it running on a Plesk system. But somehow the text/event streaming is not working. All replies are returned completely, I have already disabled gzip, but also without success. Apache + nginx as...
  17. L

    Question Plesk with Mailman3 and Hyperkitty / nginx

    Since Mailman3 has been available, I have upgraded my server to Debian 12 and also installed Mailman3. Basically, everything is now working properly (I had to deal with a few access rights problems and a Comodo rule that went awry at the beginning, but these have now been fixed). Now I only...
  18. C

    Question nginx reverse proxy and password protected directory

    Hey everyone, I need some help with the following setup: a docker container running my API a website which is public a 2nd website which is protected with password (via Protected Directories) On the public website I set up following additional rule for nginx: location /api/ {...
  19. S

    Question How can I make my changes to Nginx site config Permanent per site?

    Hey guys, Could not find posted question relatable. I installed Varnish on the server manually. The current plan is Nginx -> Varnish -> Httpd. Initially, I got a redirect issue whenever I pointed nginx to varnish through the proxy_pass. I contacted Liquid support and they solved this by...
  20. K

    Resolved How to avoid redirection loop in plesk nginx config?

    Hi All, Through Plesk, I am trying to modify my nginx additional directives so that "/sitemap.php" redirects to "/sitemap.xml". When going to "/sitemap.xml" it should serve the page with "/sitemap.php". I have written the location blocks below: location ~ ^/sitemap.xml { try_files $uri...
Back
Top