skip to Main Content

Permission Denied Nginx CSS File Django-Gunicorn Local VM

can helpme? My application in django does not load the css when I use gunicorn + nginx below I have permission error: 2023/07/05 16:29:51 [error] 18862#18862: *1 open() "/home/victor/helpme/tickets/static/css/style.css" failed (13: Permission denied), client: 192.168.0.106, server: 192.168.0.113, request: "GET /static/css/style.css…

VIEW QUESTION

nginx not serving statick files django 4.1

I am new in deploy projects my static files not serving with nginx. thats look my site-available/myprject file server{ listen 80; server_name mydomain; location = /favicon.ico { access_log off; log_not_found off; } location /static/ { autoindex on; alias /home/user/project/static; }…

VIEW QUESTION
Back To Top
Search