• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Issue NginX problem after upgrade

alitalaghat

New Pleskian
Hello,

Static files show error 403 after upgrade.

I checked the error log and find this:
31958#0: *100 openat() "/var/www/vhosts/mydomain.com/httpdocs/wp-content/themes/test/style.css" failed (13: Permission denied)

To solve the problem, I must manually change chmod of directories in every parent directory of the file to 755. The default chmod value was 750.

What is the correct solution for solve the issue? Before upgrade it works without any problem with 750 chmod.

Best regards.
 
Last edited:
Check that "/var/www/vhosts/mydomain.com" group is psaserv. 0710 are the correct permissions. Also check output of groups nginx — it should include psaserv group.
 
Back
Top