Update INSTALL.md

This commit is contained in:
Robert Einsle 2019-02-25 10:01:06 +01:00
parent f58c238ef6
commit e043067b39

View File

@ -167,7 +167,7 @@ server {
alias /srv/carom/media; alias /srv/carom/media;
} }
location /static { location /static {
alias /srv/carom/static; alias /srv/carom/staticfiles;
} }
location / { location / {
uwsgi_pass socket_carom; uwsgi_pass socket_carom;