• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Nginx 403 forbidden

brainforge

Basic Pleskian
I have 2 files in a folder...

(a) Display Ok in browser
uploads/content/4/images/backgroundImage.jpg

(b) Gives Nginx 403 forbidden error
uploads/content/4/images/backgroundImage-edit.jpg

If I change the filename to backgroundImage-abcd.jpg I get the same error.

If I change the url to backgroundImage-notexists.jpg I get not found.

Where do I start looking for this?

Can see the error in the proxy_error_log but no additional information.

Where do I start looking?

Plesk Obsidian 18.0.53
 
The first thing to start with is to check that these files are readable by the user
Code:
ls -l
 
Back
Top