• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

nginx

  1. P

    Issue Increase Nginx timeout

    Hello, I'm desperately trying to increase Nginx timeout through Plesk interface under Domains → Apache & nginx Settings → Additional nginx directives but I still have an error in the logs saying "upstream timed out (110: Connection timed out) while reading response header from upstream". I'm...
  2. Pascal_Netenvie

    Issue Too much redirections ... Solved by clearing NGINX cache

    Hello, We have rarely but regularly the same problem on different servers. Suddenly website hosted become unvailable because there is too much redirections (perhaps after SSL certifcate renew). Clearing NGINX cache manually solve the problem imemdiatly ... Although NGINX cache lifetime is 30...
  3. nethubonline

    Question Feature Request: Case-Insensitive Support for "Serve static files directly by nginx"

    Dear Plesk Team, I would like to report a limitation in the current implementation of the “Serve static files directly by nginx” feature. At present, the generated nginx directives use the ~ regex modifier, which performs case-sensitive matching. This causes an issue where static files with...
  4. M

    Issue Plesk showing Cloudflare Origin CA cert, but server still serving Google Trust cert

    Hi all, We’ve been troubleshooting an intermittent SSL handshake issue with Cloudflare (Error 525). Cloudflare is in Full (Strict) mode, and we’ve installed a Cloudflare Origin CA certificate in Plesk for our domain (valid until 2040). Expected: Origin should always serve the Cloudflare Origin...
  5. W

    Issue Problem with SPA AND NGINX Additional directive

    my signle page angular app is in MyDomain.com/Admin the navigation is not working when refresh page i tried to add this as Additional directive in Websites & Domains > <domain_name> > Apache & nginx Settings > Additional directives location Admin/ { try_files $uri $uri/...
  6. A

    Question Domains proxied via Cloudflare - Logs showing Cloudflare IPs rather than client IP

    Hi, I've a couple of domains proxied via Cloudflare. Using the Cloudflare DNS extension to sync these domains NS entries with Cloudflare. While these are proxied from Cloudflare to the Plesk server, the Nginx and Apache logs show the IP addresses from Cloudflare proxies, rather than the client...
  7. 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...
  8. 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...
  9. 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]...
  10. 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...
  11. 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...
  12. 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.
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top