• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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 403

  1. Aethem

    Resolved Nginx error 403 -Css not load for admin url

    Hello Plesker, I did the recommended security changes via the wptoolkit. After this admin url lost the CSS. 2023-08-02 09:28:20 Error xx.x.xx.xx.xx 403 GET /wp-admin/load-styles.php?c=0&dir=ltr&load%5Bchunk_0%5D=dashicons,admin-bar,wp-pointer,site-health, common,forms,admin-menu, da...
  2. B

    Issue Restrict Access to REST API

    I have an NodeJS REST API running on Ubuntu Server on port 8080 I have used ```ProxyPass``` and ```ProxyPassReverse``` to **api.domain.tdl** Can anyone help to restrict the access to ``localhost`` and Server's IP I have tried nginx conf ``` allow xx.xx.xx.xx; allow 127.0.0.1; deny all; ```...
  3. dengolius

    Resolved Failed to resolve the challenge for www.domain.com

    Failed to resolve the challenge for www.domain.com Works Nginx + apache2 - nginx as reverse proxy - so I can't get certs for domain . What I'm doing wrong? Also I have a problem to get image in link https://example.com/A/images/233/image.png and if I create .htaccess with "Allow from all" file...
  4. L. Hagen

    Resolved nginx and access static files after authentification

    Hello, I discovered a new problem with nginx and hope again, that somebody of you can give me a help. Background: nginx as proxy for apache (Plesk Odin & Umbuto) a password restricted area /admin a directory with a huge amount of photos /photo directory permissions are set to 755 und files to...
Back
Top