• 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. R

    Question how to use Nginx as a proxy for external services?

    Hello, for example, I'm working with Odoo ERP and I need to create domain in plesk and enable proxy to mask odoo IP and port, mydomain.tld -> IP: port example in virtualmin
  2. S

    Resolved Nginx WebSocket Connection as Secure Problem

    hi everyone; I setup a websocket connection on my host, i can connect it and use as well, no problem on http:// schema. See: Screenshot (it's okay). var conn = new WebSocket('ws://my.domain.com:2001'); But I want to use this connection websocket connection on SSL - https:// schema. At at...
  3. M

    Issue Plesk update (18.0.38)

    With new Plesk update (18.0.38): nginx: x-cache-status: BYPASS what's going on? No website optimization with Plesk Obsidian Wordpress is dynamic, it needs caching at the server level Everything is a lag compared to other control panels I cannot understand that in 2021 there are such problems It...
  4. V

    Issue Recurring crash of the Plesk dedicated server (error on all sites) 504 Bad Gateway - nginx

    Hello everybody, We are on a dedicated server: CentOS Linux 7.6.1810 (Core) // Plesk Obsidian 18.0.38 Characteristics: Server SP-32 - Intel Xeon E3-1270v6 - 32GB DDR4 ECC 2400 MHz - SoftRaid 2x2TB With around 500 websites. We tried a solution without success: - plesk db "SHOW VARIABLES LIKE...
  5. T

    Resolved Nextcloud accessible through two subdomains

    Hi, I have a Plesk Installation on Ubuntu 20 with MariaDB, Apache and Nginx. There are several domains running on this server, which each have some subdomains. Of of those domains hast an up-to-date Nextcloud-installation on it, in the subdomain cloud.example1.com. I have a second domain...
  6. 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 !~...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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; ```...
  19. yigitvp

    Resolved Nginx cache purge

    How do I completely clear my nginx cache files? I couldnt find it anywhere.
  20. 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...
Back
Top