• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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 + wrong file permissions = 404

LinqLOL

Basic Pleskian
Hi,

On all Plesk 11 servers we have the following problem. When a customer uploads a file (NON php file, such as stylesheet file) with to low permissions like (700) it will result in a 404 error page (nginx error page NOT Apache).

Ofcourse this is not a problem BUT after fixing the file permissions you have to RESTART nginx to get the page loaded. Anyone who know what is causing this and how it can be fixed?
 
LinqLOL,

Did you try to change file permissions using Plesk Filemanager?
It works in my case: after I've changed permissions from 700 to 744 I've got 200OK response from my website.
 
Hi,

Parallels checked out this issue. The cause is unknown, but the following fixed the issue for us:

/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
Back
Top