• 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. 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...
  2. 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...
  3. 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 &...
  4. Peter Debik

    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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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?
  10. T

    Issue Nginx Config File rebuilds after server reboot

    Hello, I am receiving the following issue on a wordpress website hosted on Plesk SE cURL error 7: Failed to connect to mydomain.com port 443: Connection refused (http_request_failed) after investigating the issue and with the help of some technical support we were able to resolve the issue...
  11. B

    Issue Logrotate for nginx proxy_access_ssl_log

    I have done all settings in Plesk to have a daily log rotation (and keep the files 7 days). It works for the access_log and access_ssl_log (and I don't use apache at all, since I have disabled proxy mode), but i is not applied to the nginx proxy_access_ssl_log. There is always just one file...
  12. C

    Issue Issue with NGINX and Apache Crashing

    Hi Everyone. I am using Plesk since a few years now for my little hosting business, but recently I've upgraded my machine and plesk now it's installed on a Debian 10 Machine. Before it was running under ubuntu, and what I've noticed since the migration is that every time an action get done on a...
  13. Z

    Question How to specify UNIX sockets

    I operate Nextcloud(It is not a Plesk application) and I'm currently rechecking my configuration. I have specified "fastcgi_pass php-handler;" in nginx additional directives. Then I create nc.conf in /etc/nginx/conf.d and write upstrem in it. Is this approach correct? Is there a more Plesk-like...
  14. Kulturmensch

    Question Problems with module "metatag" in Drupal 9.X

    All works fine in my Drupal Installation until I try to change something of the Metatag modules content i.e. add a new tag etc. Also if I open the Metatag configuration side and close it by saving it without changes the whole website is no longer accessible. The error comes from ngingx and says...
  15. f0rtem

    Can't get rid of index.php prefix from all url slugs

    Hi, I've installed WordPress using WordPress Toolkit, I noticed that my permalinks structure included the prefix /index.php/url. I've tried simply deleting it, however it causes server error 404 page not found to appear for all of my pages. I have tried modifying .htaccess but it won't change...
  16. xdaniel

    Question Install Etherpad Lite without a port in the domain?

    Hello, maybe someone here can help. I installed etherpad on my vhost in plesk. It's running on port 9001 (etherpad.mydomain.de:9001). Some of the people I want to work with, can't access this port. I think their firewall blocks it. Is there a way to change it (Port 80 or so) and get the...
  17. L

    Question Weird Logs Appear in Nginx

    Hi everyone. I noticed something weird today with my webserver. In Plesk's log menu, there are weird nginx errors. They all contain weird characters like this and a few of them comes from tomorrow (?). The Date is + 1 of current date. I'm confused. The webserver hosts a PHP app. Now as far as...
  18. AhmedEx

    Issue Nginx configuration to accept websocket requests (SSL/WSS)

    i have plesk server with apache2 and nginx and i have a websocket app it works on port 2589 and i used ratchet and autobahn to work with websocket, nginx version nginx version: nginx/1.20.2 and ufw status Status: inactive and my nginx directive config for websocket location ^~ /WsConn {...
  19. M

    Question How to properly add server directive for a vhost for nginx?

    Hello, I am trying to host my Laravel application using Octane, which uses Roadrunner server under the hood. As the documentation suggests (Laravel - The PHP Framework For Web Artisans), I need to add some extra configuration for the nginx in order to serve static assets over nginx but proxy...
  20. N

    Issue WordPress Too Many Redirect on WP-Admin directory

    I am getting ERR_TOO_MANY_REDIRECTS on my WordPress Admin URL/Dashboard. The rest of the website works just fine, the only issue is I can't login to my WP Dashboard. I am using nginx only configuration with FPM served by nginx. It works fine in proxy mode! For permalinks I convert my...
Back
Top