• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

nginx

  1. zigojacko

    Question Help with Nginx configuration

    Ever since I can remember, when running domains with Nginx on a server with Plesk, I have to add the following to the Additional nginx directives section: if (!-e $request_filename) { set $test P; } if ($uri !~...
  2. L

    Issue Nginx websocket

    Hi all, installed Laravel Websocket on subdomain and it works fine over ws:// Now i'm looking for use NGINX to manage WSS:// requests to WS:// For example wss://subdomain.domain.ext:6001/app/key1 This NGINX addictional directives not work: location /app { proxy_pass...
  3. C

    Question Prevent Nginx for specific URL

    We have a URL (from a Magento 1 install) which is being wrongly handled by Nginx like this: https://domain.com/js/index.php/x.js?f=prototype/prototype.js,prototype/validation.js,mage/adminhtml/events.js,mage/adminhtml/form.js,scriptaculous/effects.js Instead this URL should be handled by...
  4. Neuwelt

    Issue New configuration files for the Apache web server were not created due to the errors in configuration templates

    I have looked at the current similar problems here but non is like the one I have. Or maybe similor but in ways, I cannot identify. It's my first time to seek for help here: I have been on this for over 2 days now and all along all websites on the server are not accessible. Specifications...
  5. T

    Issue Pesk interface on port 8443 does not work (ERR_CONNECTION_REFUSED) after nginx purge and reinstall

    Hello, After executing this command "sudo apt-get remove nginx* --purge", plesk interface does not work anymore on my ip address on port 8443. I saw in the terminal during the execution of "sudo apt-get remove nginx* --purge" that it was removing alot of components related to plesk itself...
  6. P

    Issue Problems with Nginx domain configuration file

    Hello. I have a problem with the Nginx configuration. Plesk give me this error: Los nuevos archivos de configuración para el servidor web Apache no fueron creados debido a errores en las plantillas de configuración: nginx: [emerg] "gzip" directive is not allowed here in /etc/nginx/nginx.conf:51...
  7. Lrnt

    Resolved Nginx error each hour (502) peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream

    Hi, Sine a little time, I have an nginx error each hour (at HH:58:00) which result in a 502 Bad Gateway during 10-15 second. I really don't know where it comes from? Before turning of nginx, maybe someone will have an good idea? Here is a the part of the nginx log when the error occurs...
  8. S

    Question NGINX Optimization

    Hello, How can i setup my server to handle high traffic with many concurrent users with NGINX. I would like to use all the benefits from the technologies NGINX uses such as micro caching, reverse proxy, load balancing, etc. Ideally, I would like to setup a second server to act as a load...
  9. gws

    Resolved Exclude .well-known dir from SEO-safe 301 redirect from http to https

    Hey Pleskians! I have had this bug-ish issue for a year now, so I wanted to check if there is an easy solution as this message has been bugging my OSD for long enough now: SSL/TLS Certificates\n Security can be improved. The Problem: So here is a rundown. I got a Subscription running with...
  10. Mark12345

    Question Blocking IP Ranges using Plesk Firewall or NGINX Deny

    Creating rules using the Plesk Firewall utility is painful. Especially when you want to block or allow hundreds of IP ranges. Let's take for example wanting to only allow USA IP addresses per this table Major IP Address Blocks For United States Do I want to go through every row and add them...
  11. Anthonykung

    Question How to find proxy port to run Next.js application on

    Hi, I'm trying to run a Next.js application on Plesk, have been at this for weeks and I have managed to get the application to run without errors (have to change the Node version, pointing to the right startup app and all that) but now I'm getting Nginx error saying Incomplete response...
  12. W

    Issue fpm application served by nginx" generates randomly 404 not found

    Hello ! I am having a problem with my plesk obsidian and nginx fpm application served by nginx. I want to use nginx as a webserver not with proxy. But the problem that i am having is that if I disable nginx proxy, in the php configuration the fpm application served by nginx it is serving me an...
  13. B

    Issue Restrict Access to REST API

    I have an NodeJS REST API running on Ubuntu Server on port 8080 I have used ```ProxyPass``` and ```ProxyPassReverse``` to **api.domain.tdl** Can anyone help to restrict the access to ``localhost`` and Server's IP I have tried nginx conf ``` allow xx.xx.xx.xx; allow 127.0.0.1; deny all; ```...
  14. yigitvp

    Resolved Nginx cache purge

    How do I completely clear my nginx cache files? I couldnt find it anywhere.
  15. C

    Question WAF Modsecurity

    I have a lot of websites on the server running with Ngnix only (php with nginx). Modsecurity rules are set to Nginx (ModSecurity 3.0) with custom ruleset of Comodo. All is working fine. My question is now what are happens with some websites they are running with apache and nginx as proxy (php...
  16. Lrnt

    Resolved Nginx directive change root (For Plesk pro user)

    Hi, Until now, I have a "website" that store files on "my.project" "my.project" is my real domain name (subscription) in Plesk, it means that "my.project" is not directly accessible through the internet. I have a domain (eg: coolsite.com) with email account. I set a Apache directive to change...
  17. T

    Issue Nginx allow referer

    Hello, an external Website (iframe on my website) triggers with button click a certain URL in my CMS like "dev.my domain.com/index.php?id=123". Its a GET request. The problem is that I got an nginx error 500. If I run this URL "dev.my domain.com/index.php?id=123" straight on my server without a...
  18. M

    Question Bad Gateway error (502) on nginx

    I followed 502 Bad Gateway nginx : How to solve? but can not resolve my issue on Obsidian: My localhost is listening on port 5000 - netstat -aon shows tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN and Apache is up and running - (checked with service apache2 status), Fail2Ban is not installed...
  19. C

    Issue Installation without NGINX component

    Hello everyone! My first message in the forum, I hope to do well and that you can help me :) I have a virtual machine on HYPER-V in which I am trying to install Plesk without the NGINX module since I would like everything to be served by Apache. Product version: Plesk Obsidian 18.0.32.2 OS...
  20. N

    Question CSS/JS not loading when multiple requests on server?

    TL/DR: here is a video who illustrate the problem: Hello people, Hope you are going well during this bad time. I'm having a problem with our new server. Having migrated from Plesk 17 to Plesk 18 on a new server, we took advantage of this to switch to PHP8, NGINX, etc... However, we have...
Back
Top