• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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