• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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