• 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 upload the site made with tailwindcss to hosting

ebunebus

New Pleskian
Hello, I made a site with tailwindcss and I extracted it as a zip and put it in the httdocs folder from my plesk panel, but it gives 403 error. Could you help?

Sorry for my bad english.

xSZPOtp.png
 
There is a wide range of possible causes. One frequent cause is a wrong file ownership.

httpdocs must be owned as follows:
Code:
<subscription user name>:psaserv

The files and directories inside httpdocs must be owned as follows:
Code:
<subscription user name>:psacln

Then it is possible that file or directory permissions are insufficient. They ought to be:

httpdocs: 0750
Inside httpdocs: At least 0644 for public files.

There can be several other reasons. I suggest to look into /log to check the error log file contents why a 403 is thrown. It could also be a result of a ModSecurity block against certain URLs.
 
Back
Top