• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

nginx

  1. Jürgen_T

    Resolved TLS versions for nginx

    My ssl.conf file in /etc/nginx/conf.de/ contains the following: Why do I have the old and weak TLS-versions TLSv1 TLSv1.1 automaticly installed for proxy_ssl_protocols. Does this make sense or can I remove it?
  2. andreios

    Issue Warning: Custom template has insufficient permissions: nginxDomainVirtualHost.php

    I want to use custom template, but I get this warning.
  3. F

    Issue PHP suddenly crashes

    I don't know why, but lately I've been having the problem that suddenly, without any changes or really noticeable events in the logs, PHP just crashes and then only the following error is displayed in the access log: 25130#0: *26793910 connect() to...
  4. F

    Issue Rate Limit Subdomain

    My configuration currently looks like this: I have a domain e.g. example.com -> accesses httpdocs (/var/www/vhosts/example.com/httpdocs/) I also have a subdomain test.example.com -> also accesses httpdocs (/var/www/vhosts/example.com/httpdocs/) I now want to set a rate limit of 10 requests /...
  5. Dmytro

    Question WPToolkit Block access to potentially sensitive files

    Hi. WPToolkit has this option here: Once it is enabled, nginx vhost configuration file be appended with this rule: # "Block access to potentially sensitive files" # To remove this rule, revert this security measure on each WordPress installation on this domain location ~*...
  6. O

    Question NodeJS Websocket Nginx with process.env.PORT?

    Hello, since Nodejs gets a port from passenger, I wanted to ask how I can use it with a websocket, because a websocket requires additional settings for nginx with a fixed port. Currently I have this in nginx. (Just wanted to say that the server does not belong to me directly, so I host with a...
  7. D

    Issue Adding /location to domain.conf

    Good day, all! I have a website using SSR-React. I have this /etc/nginx/plesk.conf.d/vhosts/diniubire.ro.conf And I want to add this location / { proxy_pass http://localhost:7456; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection...
  8. Mario Chamorro

    Input Webmail 502 Bad Gateway

    I installed a new server with Ubuntu 24.04 and migrated my Plesk installation from the old Ubuntu 22.04 VM to the new 24.04 VM. Everything was fine except for the web service. The domain sites did not load and returned 502 Bad Gateway. I resolved that by disabling Nginx Apache2 proxy service...
  9. S

    Question Issue with Multilingual SvelteKit Website on Plesk: Nginx Proxy to Apache Configuration

    Problem Description: I am running a multilingual website built with SvelteKit on a Plesk-managed server. The site supports English (default), German, and Spanish. When accessed locally (e.g., /de for German, /es for Spanish), the site works perfectly, displaying content in the respective...
  10. P

    Question NGINX HTTP3 with Multiple Workers

    In order to have the HTTP3 working properly, it seems one must set reuseport on the quic port, if multiple nginx workers are defined on nginx.conf Something like listen [::0]:443 quic reuseport; If reuseport is not used, errors like ngtcp2_conn_writev_stream returned error: ERR_DRAINING...
  11. C

    Question Can't increase GZIP compression level

    I'm following the official Plesk guide to enable or modify GZIP on Plesk, but any modifications I make won't apply. https://support.plesk.com/hc/en-us/articles/12377854166935-How-to-enable-disable-gzip-compression-in-nginx-on-a-Plesk-server My server is running NGINX, so I go to "Domains >...
  12. M

    Issue No Domain Reachable when nginx enabled

    Hey guys, so i wanted to enable nginx for my server, i fought hard against nginx. So i managed to install it finally, but everytime i enable nginx, all my domains become unreachable, plesk itself aswell. I removed the /etc/nginx folder and all of its content before, uninstalled everything via...
  13. D

    Issue Nginx Update Issue: IP Addresses Reporting as 127.0.0.1

    This morning, we updated Nginx to version 1.26.1. Since the update, we've noticed that all IP addresses in our domain logs are being reported as 127.0.0.1 instead of the actual client IPs. Our current setup is Apache in Proxy Mode, and our server is behind Cloudflare. Is anyone else...
  14. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    I saw that HTTP 3 is now possible for NGINX. All my servers have NGINX only hosting. Now I wanted to activate it according to the instructions, i.e.: Plesk Guide I also installed the firewall etc. but the HTTP 3 protocol is not being used for me, various test sites also show that it is not...
  15. B

    Issue NGINX Issue

    In Plesk i get the following Error Message: Aufgrund folgender Fehler in den Konfigurationsvorlagen konnten keine neuen Konfigurationsdateien für den Apache-Webserver erstellt werden: nginx: [emerg] SSL_CTX_use_certificate("/opt/psa/var/certificates/scfWkDlPC") failed (SSL: error:0A00018F:SSL...
  16. andreios

    Question 404 index.html not found for php websites (nignx)

    I see on almost al domains the error 404 index.html not found for what ever url. like this, when the url is 'domain.com/permalink/' the this error is shown "404 domain.com/permalink/index.html not found", website works as expected. Has something change in the server config recently that could...
  17. I

    Issue Websocket connection failing on Plesk server

    I'm setting up a server on Plesk with a React.js and Node.js application, containing a client and server side. Below the socket in my client config file: export const socket = io('wss://domain.name:3000', {reconnect: true, transports: [ 'websocket' ] }); And this is the setup on the server...
  18. itexpertnow

    Issue Appwrite Websocket not working

    I am running selfhosted appwrite behind nginx: $:/home/appwrite# docker port appwrite-traefik 80/tcp -> 0.0.0.0:32080 80/tcp -> [::]:32080 443/tcp -> 0.0.0.0:32443 443/tcp -> [::]:32443 Websocket working...
  19. D

    Question Pointing other users domains to mine

    Hi, I would like to set it up so other users could point their domains at mine eg: client.clientsite.com -> client.mysite.com My extra nginx file looks like so: server_name *.mysite.com; location ~ / { proxy_pass http://localhost:3000 proxy_set_header Host $host; proxy_set_header...
  20. adocsys

    Resolved How to add HTTP Security Header on port 80?

    Hello, Currently setting up a server to be PCI compliant and after multiple configuration adjustments, I only have one thing left to correct to have certification. I have set the HTTP Security Headers on all ports but I am not finding the port 80 configuration. If I test the following, here...
Back
Top