• The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.
  • 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.

nginx

  1. E

    Resolved Urgent / Big problem with apache/nginx [mod_evasive denylisting]

    Hi all, Since one hour, with a have a problem with a server. We have errors 403 with in the logs: "client denied by server configuration" Nota: we don"t have made any change on the server. If we go to "Apache & Nginx" and we Apply directly, website is ok but only one minute and after errors...
  2. T

    Issue Host settings and htaccess behavior in nginx proxy mode

    Hi Everyone, I'm facing a problem since few days, that i don't understand why. Thys case is on one dedicated server with ubuntu 20.04 LTS with Obsidian 18.0.52 128G of RAM and Intel(R) Xeon(R) CPU E5-1660 v4 @ 3.20GHz (16 core(s)) The first point is I'm working on my TTFB which have an average...
  3. J

    Question PHP-FPM Apache / Nginx

    Hello! Searched for an answer on the form but unsuccessfully. Please tell me what is the difference between [PHP-FPM dedicated application server by apache] and [PHP-FPM dedicated application server by nginx], also simple [PHP-FPM application server by apache] and [PHP-FPM application server...
  4. O

    Question Remove .php and .html from url nginx

    Hello, Help please to make work both rules with and without (php and html) prefix from url in nginx/fpm I add this rules in web server configuration in control panel: if (!-e $request_filename){ rewrite ^/([^\.]+)$ /$1.php break; } if (!-e $request_filename){ rewrite ^/([^\.]+)$...
  5. A

    Issue Should I use nginx as a proxy for WAMP?

    I build a chat application based on WebSocket. As backend I use PHP and nginx as a proxy for WebSocket connection. Searching about PHP libs for WS gave me Ratchet. This tools support WAMP protocol. Something about it: [redacted] Well, I've decided to use this protocol - it seems useful. I...
  6. A

    Issue I have problem 426 No Sec-WebSocket-Protocols requested supported

    all my websocket fine but i get err 426 No Sec-WebSocket-Protocols requested supported plesse help me anyone can help me where wrong
  7. O

    Resolved Apache & nginx Settings

    Hello guys. I am trying to improve overall performance of my site which is: a 1-pager music site with few pop-ups and a very little text that changes very rarely. streams .mp3 audio files serves webp images (in "Additional nginx directives" we have placed a directives that convert any other...
  8. D

    Input How to run Magento 2 on Plesk Obsidian 18 without Docker

    This guide is about how to install and run Magento 2.4x on Plesk without Docker. Our example domain will be "example-magento.com" make sure you replace this detail to the domain where you would like to set-up the magneto site. We won't cover the installation of the required components, by...
  9. guyinpv

    Question Best configuration for chunky WordPress site?

    I need to migrate a large WordPress site to a VPS from a shared host. I'm testing a VPS that is 4vCPU and 4GB RAM and I currently have Plesk set to Nginx-only. I'm using the "Dedicated FPM application served by Nginx" option. My question is, do I also need to enable FastCGI support on the same...
  10. ramherfer

    Question Nginx overrides Apache directives

    Hello good day. I'm having problems with apache and nginix or at least I think that the cause of the apache directives being invalidated and not working is thanks to nginx. I have two protected directories, in which to access the client has to present his client certificate (SSLVerifyClient...
  11. zoldos

    Resolved Submitting my PHP FPM config for review and recommendations please!

    I run a fully dedicated Ubunto 20.04 server and a forum with around 60-70 members on-line daily (*not* all at once, but still a fair amount of constant activity). I'm looking to optimize my PHP FPM settings. Here's my server: Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz (8 core(s), 32GB RAM...
  12. J

    Question modsecurity enabled via plesk web, but off via ssh command line

    Hello everyone I'm just curious, i have enabled modsecurity on all my websites and i can see it's working in the log files. Today i happened to run: plesk bin nginx -s to get a list of all the modules installed and their status and found modsecurity shows as OFF: brotli on...
  13. Quinten

    Question Nginx cache timeout effect on CPU load

    Hello, I have come to ask a question in reference to this post Issue - Nginx cache - not creating any cache Here it sais 30 days is alot but i wonder if i put it on 1 minute instead would it then not reload these mbs of cache every minute and does that not create alot of load on the server? I...
  14. A

    Issue 413 Request Entity Too Large after changing client_max_body_size

    Hello, I am running a docker-compose project with python as codebase on a Ubuntu (22) Plesk (18.0.44) server. Now I have a problem that I cannot upload a file with ~1.1GB of size. I changed the value of `Maximum allowed HTTP request body size` under `Domain > my.domain > Hosting & DNS > Apache &...
  15. P

    Input Issues with Google DNS and name resolution of Let's Encrypt OSCP servers -> hanging Nginx reload and "nginx -t"

    When your server is using Google DNS (8.8.8.8 etc.), Nginx and one or more of your websites' SSL configuration has checked "OCSP stapling", you will want to know about this: OCSP stands for "Online Certificate Status Protocol". It is a way that the server checks, whether an SSL certificate is...
  16. M

    Issue Overwriting core nginx.conf file

    I have a need to OVERWRITE (not append, not extend but OVERWRITE - vhost_nginx.conf is not an option, neither is the additional directives in plesk panel) the core nginx.conf file. More specifically, I need to change how php-fpm listener behaves. By default it uses php-fpm.socket file, and this...
  17. D

    Issue Websites stop working until I restart apache and nginx

    Hello everyone, we have a dedicated hosting with plesk. We have a really weird issue where our websites stop responding until I restart apache and nnginx or if I wait like 5 - 10 minutes they are accesible again. I haven't found a cause or pattern for this issue, as it could happen once a month...
  18. V

    Issue upstream timed out (110: Connection timed out) while reading response header from upstream

    Hi, Im new to plesk and usgin it on linode. We have a website developed in ReactJS, NodeJS and mongo db. Attached is the log on Nginx error. My Nginx config file: /etc/nginx/nginx.conf #user nginx; worker_processes 1; #error_log /var/log/nginx/error.log; #error_log...
  19. D

    Resolved High CPU and terrible performance with Wordpress sites with PHP 7.4.33

    Hi all, Just sharing this here in case it is affecting someone else. Since the upgrade to PHP-FPM 7.4.33 all wordpress sites and very slow and extremely cpu intensive. Downgrading those sites to php 7.3.33 (that is "deprecated") speeds them up again. I'm talking about that a TTFB in 7.3 of 1s...
  20. B

    Question Can not add nginx custom directive

    I need to add this configuration into "Additional nginx directives" but it is showing error: "Invalid nginx configuration: nginx: [emerg] "server" directive is not allowed here in" How can i add this configuration?
Back
Top