Nginx – Why CSS works with "python manage.py runserver" but not with Gunicorn?
When I run, from the command line, python manage.py runserver mywebsite.com:8099 the css works fine. But when I use the systemd service with Gunicorn socket, the app works but without the css. Even if I use the following command: gunicorn…