From 6958aff2809186b8b8f32cbebc0741671afb9665 Mon Sep 17 00:00:00 2001 From: Samuel Bancal Date: Fri, 1 Feb 2019 15:58:06 +0100 Subject: [PATCH] FIX /static/ alias for Apache config /static/ alias in Apache config doesn't match with other configs (like nginx) ... and doesn't match the files. Fixing it. --- docs/config-webapp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config-webapp.rst b/docs/config-webapp.rst index e5d4752f1..a9b9a7d6d 100644 --- a/docs/config-webapp.rst +++ b/docs/config-webapp.rst @@ -161,9 +161,9 @@ Finally, configure the apache vhost. (You can find example of Graphite vhost con WSGIScriptAlias / /opt/graphite/conf/graphite.wsgi - Alias /static/ /opt/graphite/static/ + Alias /static/ /opt/graphite/webapp/content/ - + Order deny,allow Allow from all