From e043067b3996c525599de75ea7321a65ea902a16 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Mon, 25 Feb 2019 10:01:06 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 92d8115..129e480 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -167,7 +167,7 @@ server { alias /srv/carom/media; } location /static { - alias /srv/carom/static; + alias /srv/carom/staticfiles; } location / { uwsgi_pass socket_carom;