diff --git a/Production-setup-using-Daphne-and-Nginx.md b/Production-setup-using-Daphne-and-Nginx.md index 36e4dae..d2bc721 100644 --- a/Production-setup-using-Daphne-and-Nginx.md +++ b/Production-setup-using-Daphne-and-Nginx.md @@ -79,8 +79,8 @@ server { # max upload size client_max_body_size 75M; # adjust to taste - location /static { - alias /path/to/etebase; # Project's static files + location /static/ { + alias /path/to/etebase/static/; # Project's static files } location / {