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

nginx

  1. Lrnt

    Resolved Nginx directive change root (For Plesk pro user)

    Hi, Until now, I have a "website" that store files on "my.project" "my.project" is my real domain name (subscription) in Plesk, it means that "my.project" is not directly accessible through the internet. I have a domain (eg: coolsite.com) with email account. I set a Apache directive to change...
  2. T

    Issue Nginx allow referer

    Hello, an external Website (iframe on my website) triggers with button click a certain URL in my CMS like "dev.my domain.com/index.php?id=123". Its a GET request. The problem is that I got an nginx error 500. If I run this URL "dev.my domain.com/index.php?id=123" straight on my server without a...
  3. M

    Question Bad Gateway error (502) on nginx

    I followed 502 Bad Gateway nginx : How to solve? but can not resolve my issue on Obsidian: My localhost is listening on port 5000 - netstat -aon shows tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN and Apache is up and running - (checked with service apache2 status), Fail2Ban is not installed...
  4. C

    Issue Installation without NGINX component

    Hello everyone! My first message in the forum, I hope to do well and that you can help me :) I have a virtual machine on HYPER-V in which I am trying to install Plesk without the NGINX module since I would like everything to be served by Apache. Product version: Plesk Obsidian 18.0.32.2 OS...
  5. N

    Question CSS/JS not loading when multiple requests on server?

    TL/DR: here is a video who illustrate the problem: Hello people, Hope you are going well during this bad time. I'm having a problem with our new server. Having migrated from Plesk 17 to Plesk 18 on a new server, we took advantage of this to switch to PHP8, NGINX, etc... However, we have...
  6. 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...
  7. 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!
  8. 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...
  9. 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...
  10. 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...
  11. nicojmb

    Issue Empty Authorization Header to nginx php

    Sorry, delete this trhead, i've opened in wronk category.
  12. 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?
  13. 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...
  14. 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...
  15. 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...
  16. 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 ~*...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top