diff --git a/remote/nginx-snippet.conf b/remote/nginx-snippet.conf index c1478bb..44d84fb 100644 --- a/remote/nginx-snippet.conf +++ b/remote/nginx-snippet.conf @@ -1,6 +1,9 @@ root /srv/copanier; +location /static/ { + alias /srv/copanier/venv/lib/python3.7/site-packages/copanier/static/; +} + location / { proxy_pass http://copanier/; } -