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

    Resolved Nginx allow HTTP verbs PUT PATCH DELETE on Plesk for Linux

    Dear members, We're using Plesk on +- 250 servers. All those servers use the latest Plesk for Linux version and run on the CentOS 6/7/8 operating system. Today I noticed that the Nginx Proxy Server and the apache webserver does not accept the HTTP verbs PATCH PUT and DELETE: NGINX telnet...
  2. C

    Question Run Plesk on nginx?

    Is it possible to run Plesk itself on just nginx, or is Apache required? I know you can run sites on nginx alone but I am wondering if you can do this for Plesk specifically. Thanks!
  3. blueberry

    Resolved Location regex does not work in Additional Nginx directives

    Hi, I have a problem with additional nginx directives. Some location blocks are ignored by Nginx. "Location =" does work but location (regex) (when involving a folder) does not work. I have performed some test on my test domain inadoo.com I have entered the following code in additional nginx...
  4. Winnstorm

    Issue Plesk panel not working ipv6 issues

    Hello, After I've enabled static ip address on eth0 (and disabled IPV6 on boot on that network file) plesk is still listening to IPv6 ports and nginx for example and all plesk services cannot start since they are failing with these errors: nginx: [emerg] socket() [::]:8443 failed (97: Address...
  5. nicojmb

    Question Empty Authorization header on PHP with nginx

    Hi, I'm developing a PHP RestAPI server with JWT and Bearer Auth. In my client side (postman) send the header authorization but in PHP the variable $_SERVER['HTTP_AUTHORIZATION'] is empty. Here is my plesk configuration is (details in attaached images): Hosting Settings: PHP 7.4.11 - FPM...
  6. nicojmb

    Issue Empty Authorization Header to nginx php

    Sorry, delete this trhead, i've opened in wronk category.
  7. Q

    Question Turn on nginx in debug mode

    I would like to turn on nginx debug mode: NGINX Docs | Debugging NGINX but it looks like nginx is not compiled with debug mode. How can I recompile nginx?
  8. meymigrou

    Resolved After enabling NGINX, all posts in WordPress blogs in sub-directories are giving 404 Page Not Found

    After I enabled NGINX from Plesk (Web Pro) all my posts in my main and sub-directory blogs give 404 Page Not Found error. I placed the following code in my "Additional NGINX Directives" in Plesk to fix all the URLS, but it only fixed the main site (example.com) while the sub-directory blogs...
  9. elaa

    Issue how can restrict all but some access to a part of a website

    I am trying to deny access from except my ip address for a part of a site, so I did this: Domains > example.com > Apache & nginx Settings. in the Additional nginx directives section I added this code and my ip address location ^~ /ctst { allow 203.0.113.2; deny all; } but I got 403 Forbidden...
  10. TimReeves

    Issue nginxDomainVirtualHost.php wrongly denies access to .ht*

    <?php if (!$VAR->domain->physicalHosting->proxySettings['nginxProxyMode']): ?> location ~ /\.ht { deny all; } <?php endif ?> So it's saying: If Nginx proxy mode is NOT selected, deny access to .ht* - but in non-proxy mode, .ht* has no special meaning, as nothing is passed to...
  11. brother4

    Issue Service plan server configuration is not applied

    Hello, I have added the following ngnix configurations to a service plan and applied them. The affected subscription is in sync mode and not locked. What could be reasons that it still only works if I store it directly in the domain settings? gzip_proxied any; location ~*...
  12. TimReeves

    Issue Debian 10 Nginx fails to start - missing ssl_stapling resolver

    I set up a new BareMetal server with Debian 10 and Plesk 18.0.28. Initially all was well - but the more Domains I migrated the slower Nginx restarted. Finally, the start of Nginx timed out. Initially I thought this may have to do with the last domain migrated (Nextcloud with 90GB data). But it...
  13. W

    Resolved Plesk Istaller not working

    Trying to update/install components using Plesk Updates but getting following error. Have to use Command line to obtain these as Online installer was shwoing no error but only a line. Reading package lists... Building dependency tree... Reading state information... Some packages could not be...
  14. V

    Resolved Errors in configuration templates: nginx

    This is what I get when I enable nginx in Updates (it was turned off) Error: New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] bind() to [2a01:4f8:c17:1ebd::2]:80 failed (99: Cannot assign requested address) nginx...
  15. D

    Issue NGINX SameSite=None command not working

    Hi, my command proxy_cookie_path / "/; secure; HttpOnly; SameSite=None"; in the nginx additional directive is not working. I still get Errors in Browser Console. if i turn on Proxy Mode its working, as i also have Header edit Set-Cookie ^(.*)$ "$1; Secure; SameSite=None" inserted into Apache...
  16. S

    Issue Issue Ngnix 403 /wp-content/cache/all/index.html

    Hello, my website is available under https://mydomain.com. I'm using Plesk Obsidian / Centos 7.8 and apache http2 + Nginx as Reverse Proxy. Lets Encrypt Certificate is installed for the Domain. I'm getting 403 Error for /wp-content/cache/all/index.html curl -i https://mydomain.com HTTP/2...
  17. T

    Issue Not getting x-cache-status: HIT

    Hello :) I am struggling to get x-cache-status: HIT but I am always getting x-cache-status: MISS header. Below is my site headers:- HTTP/2 200 server: nginx date: Sun, 10 May 2020 19:09:31 GMT content-type: text/html; charset=UTF-8 content-length: 296895 vary: Accept-Encoding x-powered-by...
  18. S

    Issue Redirection Issue Wordpress Subdirectory Install

    Hello, I have my website installed in a subdirectory under /blog. I have the issue that When I test my Pages or Post, with http://domain.com/example-page/ and http://www.domain.com/example-page/ I get Status Code 200 (instead 301) and not redirected to Version https://domain.com/example-page/...
  19. Zoinkz

    Issue Cloudflare not showing real visitor IP

    Hello, I am using Plesk Obsidian on Ubuntu 18.04 Server. My website is using Cloudflare, but on the website logs it does not show real IP of visitors. Furthermore, I can't find Cloudflare Servershield extensions on Updates or Extension page. CF documentation is telling me to install nginx...
  20. Torsten Bulk

    Question NGINX rewrite url uppercase to lowercase

    I want to change urls from uppercase to lowercase (if someone mistypes). What to write in the config of NGINX?
Back
Top