Merge pull request #715 from gislars/patch-1

Update ubuntu from scratch doc
This commit is contained in:
Yohan Boniface 2019-11-20 09:19:49 +01:00 committed by GitHub
commit cca6041061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,6 +251,18 @@ In your local.py:
UMAP_DEMO_SITE = False
DEBUG = False
In your nginx config:
location /static {
autoindex off;
alias /path/to/umap/var/static/;
}
location /uploads {
autoindex off;
alias /path/to/umap/var/data/;
}
### Configure social auth