13 lines
605 B
Diff
13 lines
605 B
Diff
|
|
diff -Pdpru graphite-web-1.1.4.orig/webapp/graphite/settings.py graphite-web-1.1.4/webapp/graphite/settings.py
|
||
|
|
--- graphite-web-1.1.4.orig/webapp/graphite/settings.py 2018-09-04 00:00:39.000000000 +0200
|
||
|
|
+++ graphite-web-1.1.4/webapp/graphite/settings.py 2018-10-01 14:11:12.050133135 +0200
|
||
|
|
@@ -35,7 +35,7 @@ DATE_FORMAT = '%m/%d'
|
||
|
|
|
||
|
|
# Filesystem layout
|
||
|
|
WEB_DIR = dirname( abspath(__file__) )
|
||
|
|
-WEBAPP_DIR = dirname(WEB_DIR)
|
||
|
|
+WEBAPP_DIR = '/var/lib/graphite/webapp'
|
||
|
|
GRAPHITE_ROOT = dirname(WEBAPP_DIR)
|
||
|
|
# Initialize additional path variables
|
||
|
|
# Defaults for these are set after local_settings is imported
|