• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

nginx

  1. L

    Issue NGINX [emerg] "fastcgi_cache" zone "*****.it_fastcgi" is unknown in /etc/nginx/nginx.conf:41 nginx: configuration file /etc/nginx/nginx.conf

    Hello everybody! For a few months, the error in the title has appeared on my Plesk homepage. When it first appeared, I immediately checked line 41 of the nginx.conf file to see what the problem could be, but I couldn't find any mention of "fastcgi_cache" anywhere in the file. I tried using...
  2. R

    Issue Add module image_filter to sw-nginx

    Hello everyone... I thought I had an easy task.. but I cannot accomplish it... I want to add image-filter module to default Nginx but when I try it as suggested on the Nginx page (dynamic module) it complains about package not found... At first I was afraid it is only available for Nginx Plus...
  3. L. Hagen

    Question How to overwrite existing nginxs configurations?

    Hi, I'm trying to setup my private docker registry with the public port 5000 on my server running Plesk. In the internet I found several tutorials. They all need to extend the nginx configuration line this: So far so good. I stepped now into the Additional nginx directives and tried to extend...
  4. J

    Resolved upstream sent invalid "Content-Length" header

    Hello, Last night it appears my Plesk installation has updated, and at the same time rendered a PHP script on one of my sites useless. Before images would load through the image proxy, however this is not the case anymore and I am presented with a bad gateway message along with "upstream sent...
  5. B

    Question Nginx and user group

    In my public folder, there are folders with rwx permissions for the user gkde (which is my system user) and the psacln group. All others don't have permissions (why should they?). The problem now is, that nginx doesn't show the files inside the folder, because the nginx user isn't member of the...
  6. P

    Question wordpressPermalinkHandlingFeature

    Please could someone elaborate on the importance of this rule, and/or the context in which it is important, in /etc/nginx/plesk.conf.d/vhosts/example.com.conf. I've Googled and searched this forum to no avail. # WordPress permalink # To remove this rule, add...
  7. S

    Question Mastodon on plesk

    Hi, im following this lovely guide on installing mastodon on plesk: How to Install Mastodon on Ubuntu 22.04/20.04 Server - LinuxBabe. All tests are going ok, like "sudo nginx -t" and the reload "sudo systemctl reload nginx, but" i am not seeing my site on http://social.example.com I am seeing...
  8. T

    Question Plesk Odoo Nginx Reverse Proxy

    In general Nginx configuration I use this configuration for Nginx reverse proxy to Odoo: upstream odoo12a { server 127.0.0.1:8012; } upstream odoo12a-im { server 127.0.0.1:8072; } server { listen 80; server_name www.domain.com; rewrite ^(.*) https://$host$1 permanent; }...
  9. Azurel

    Question Nginx not use charset UTF-8 for xml...?

    I verified a XML file with w3.org and get back: XML files are served by nginx and not in utf-8? What with Javascript? How I can change that in plesk?
  10. Ehud

    Resolved Plesk nginx conf files, seem to bring to an error notification when running 'nginx -s reload'

    Hi, The Plesl nginx domain file configuration, includes two 'server' blocks to liste for the same IP, where the first listen only server_name with a 'www' prefix, and reroutes with a '301' code into the second. To me, that did make sense. However, nowadays, when running the CLI: nginx -s...
  11. P

    Resolved "502 Bad Gateway" with nginx reverse proxy for openhab cloud

    Hi, I'm trying to make openhab cloud (GitHub - openhab/openhab-cloud: Cloud companion for openHAB instances) work on Plesk but it seems impossible for me. To explain briefly how it should work: - Local openhab instance connects with UUID and secret to openhab cloud instancen. They are connected...
  12. M

    Resolved Nginx error "nginx: [emerg] "server" directive is not allowed here in /etc/nginx/plesk.conf.d/vhosts/mydomain.conf:29"

    Hello, this morning plesk show the next error on screen: New configuration files for the Apache web server were not created due to errors in the configuration templates: nginx: [emerg] "server" directive is not allowed here in /etc/nginx/plesk.conf.d/vhosts/mydomain.com.conf:29 nginx...
  13. M

    Resolved nginx.conf file is empty for one domain only

    Hi all, As the title indicates, the nginx configuration file for a domain is empty, this causes the impossibility of accessing the site concerned and the name of the certificate no longer matches. (/var/www/vhosts/system/domain.tld/conf/nginx.conf) Any changes to the web hosting seem to fail to...
  14. AboodHamwi

    Resolved WordPress website showing 502 error

    Hi, My server has restarted, and after that the WordPress website not opening and showing 502 error, I check the logs, this is what I'm getting 16075#0: *54 connect() failed (111: Connection refused) while connecting to upstream also, in Plesk repair, it's showing error for the web Checking...
  15. Alexis-BMS

    Resolved Override Nginx directives got Email error

    Hello, I have to override my Nginx directives in "Apache & Nginx settings" for a subdomain. Plesk give me this error when I apply de changes : I don't understand why, do you have any idea ? My goal is to redirect http requests from this subdomain to a docker container. Here is the Nginx...
  16. 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...
  17. 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...
  18. 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...
  19. 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 ^/([^\.]+)$...
  20. 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...
Back
Top