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

    Resolved Nginx cache purge

    How do I completely clear my nginx cache files? I couldnt find it anywhere.
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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!
Back
Top