• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

nginx

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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; ```...
  10. yigitvp

    Resolved Nginx cache purge

    How do I completely clear my nginx cache files? I couldnt find it anywhere.
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. nilsringersma_nl

    Resolved Nginx allow HTTP verbs PUT PATCH DELETE on Plesk for Linux

    Dear members, We're using Plesk on +- 250 servers. All those servers use the latest Plesk for Linux version and run on the CentOS 6/7/8 operating system. Today I noticed that the Nginx Proxy Server and the apache webserver does not accept the HTTP verbs PATCH PUT and DELETE: NGINX telnet...
  18. C

    Question Run Plesk on nginx?

    Is it possible to run Plesk itself on just nginx, or is Apache required? I know you can run sites on nginx alone but I am wondering if you can do this for Plesk specifically. Thanks!
  19. blueberry

    Resolved Location regex does not work in Additional Nginx directives

    Hi, I have a problem with additional nginx directives. Some location blocks are ignored by Nginx. "Location =" does work but location (regex) (when involving a folder) does not work. I have performed some test on my test domain inadoo.com I have entered the following code in additional nginx...
  20. Winnstorm

    Issue Plesk panel not working ipv6 issues

    Hello, After I've enabled static ip address on eth0 (and disabled IPV6 on boot on that network file) plesk is still listening to IPv6 ports and nginx for example and all plesk services cannot start since they are failing with these errors: nginx: [emerg] socket() [::]:8443 failed (97: Address...
Back
Top