• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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