From cbd229b2e465244ecef2898b0d4386e9fdc255f1 Mon Sep 17 00:00:00 2001 From: Rohit <6530843+damionx7@users.noreply.github.com> Date: Tue, 1 Dec 2020 14:32:31 +0000 Subject: [PATCH] Updated Production setup using Daphne and Nginx (markdown) --- Production-setup-using-Daphne-and-Nginx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 / {