Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All static files return 403 #297

Open
Garulf opened this issue Aug 16, 2022 · 1 comment
Open

All static files return 403 #297

Garulf opened this issue Aug 16, 2022 · 1 comment

Comments

@Garulf
Copy link

Garulf commented Aug 16, 2022

Not sure what I'm doing wrong but all my static files are issuing 403 errors and permission denied errors.

Logging into the docker environment and changing permissions to 777 fixes the errors but doesn't fix the underlying issue.

@iamjackg
Copy link

Looks like the nginx workers run as the nginx user, so unless your static files are readable by everybody (and your folders readable and executable by everybody) you're gonna get permissions errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants