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

@ -252,6 +252,18 @@ In your local.py:
UMAP_DEMO_SITE = False UMAP_DEMO_SITE = False
DEBUG = 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 ### Configure social auth
Now you can login with your superuser, but you may allow users to user social Now you can login with your superuser, but you may allow users to user social