• 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. 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...
  2. 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...
  3. 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...
  4. 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 {...
  5. 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...
  6. 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...
  7. G

    Resolved deploying a flask app with nginx (proxy mode disabled)

    Hi, as the title suggests I would need to serve my flask app with nginx by disabling proxy mode before managing my sites with plesk I used this configuration to serve my app server { listen 80; server_name mywebsite.net; location /static { alias...
  8. C

    Issue "New configuration files for the Apache web server were not created due to the errors in configuration templates"

    Hi everyone, I installed nginx in Plesk, and tried to activate Reverse Proxy Server. A small popup said "Please allow for some time for the service to start." Okay. I then navigated to the dashboard and saw an error message: (!) New configuration files for the Apache web server were not...
  9. I

    Question Nginx fastcgi redis

    Any updated tutorial guide to implement wordpress with nginx fastcgi redis ? Thanks you
  10. N

    Question NGINX & Wordpress(Woocommerce) Setup

    Hello there, i am struggling to set up my websites in my server with Nginx to have the ultimate performance of NGINX and NGINX Cache to reduce the TTFB and make my website faster. On my Plesk are at 90% only WooCommerce Websites. I would like your help setting up NGINX settings for ultimate...
  11. E

    Issue Again problem with CORS (cross-origin resource sharing)

    Hi all, A year ago we had a cors problem reported by a customer on a Wordpress using a main domain and another domain for a version of another language. There was a "Cors origin" issue with the Wordpress Beaver content editor. We solved the problem by stating this: Apache Settings SetEnvIf...
  12. J

    Question Recommendation - Maria DB My.cnf and Nginx.cnf - VPS Alma Linux - WordPress Tuning / Optimization Speed up

    Hi, please can you share your recommendations with vps server and Config File Optimization. My vps server: ALMA Linux 16 GB Ram 6vCPU 7 WordPress Sites are running on them.
  13. Jorge Batres

    Resolved libssl.so.1.1: version `OPENSSL_1_1_1' not found (required by /usr/sbin/nginx)

    Hi, I noticed my email stopped sending and receiving on my server connecting form my Mac Desktop Computer. I can still use webmail but I can no longer use mail on my computer. I checked Plesk and I got this error message in the main welcome page: "New configuration files for the Apache web...
  14. Quinten

    Resolved Websites go down every 5 minutes

    Hi i updated to plesk 18.0.44 and now my websites go down every 5 minutes or so. When i try a repair web gives an error and i get the following
  15. Quinten

    Resolved Reverse Proxy server (Nginx) won't start after renewing a domains certificate

    Hello, Yesterday i renewed a certificate for a domain and suddenly all the websites on the server went down. After a bit i got apache to run but not the reverse proxy server nginx. I get this error: Unable to start service: Unable to manage service by nginxmng: ('start', 'nginx'). Error...
  16. Alexey Sobolev

    Important Updated Node.JS application hosting support

    Good day, everyone! In an effort to make Plesk a better tool for Node.JS developers and those who want to provide Node.JS application hosting to their clients, we have made several significant improvements over the past few months. I’d like to take this chance to highlight those improvements...
  17. pba

    Issue "Failed to fetch" when run Reverse Proxy Server (nginx) service

    Hi, when I try to start (or stop) the Reverse Proxy Server (nginx) service, I get the message: "Failed to fetch" then the switch indicates that the service is running, the same is done when trying to stop the service. How to check if the service has been properly started or stopped?
  18. B

    Issue Error upstream sent too big header

    Hi, i hate a Site with WordPress installed and can't install plugins. i get following error *5158052 upstream sent too big header while reading response header from upstream, client: x.x.x.x, server: domain.com, request: "POST /wp-admin/admin-ajax.php?_fs_blog_admin=true HTTP/2.0", upstream...
  19. C

    Issue Nginx Reverse Proxy IP

    Hey guys, i run into an issue with the nginx reverse proxy. When i activate the proxy it tells me there are issues with the ip configuration. There was an ip address with ipv6 and an interface from a docker container. I removed the Interface, and deleted the ipv6 address on the server (Linux...
  20. R

    Question Missing Authorization Headers in FPM application served by Nginx

    Hi All, I've been struggling with this issue for the last two days and I've concluded that this a server configuration issue. I have a Laravel application running on my server which serves a simple API. I'm trying to use a personal access token in postman to access the endpoint passing it as a...
Back
Top