.. | ||
.env.example | ||
docker-compose.yml | ||
Dockerfile.python | ||
nginx.conf | ||
README.md |
Notes
- Use
chown -R www-data:www-data static/
andchown -R www-data:www-data media/
to give nginx access to the files. Fixes the 403 error when accessing static files
.. | ||
.env.example | ||
docker-compose.yml | ||
Dockerfile.python | ||
nginx.conf | ||
README.md |
chown -R www-data:www-data static/
and chown -R www-data:www-data media/
to give nginx access to the files. Fixes the 403 error when accessing static files