# /etc/apache2/sites-enabled/000-default.conf
Listen 80
+Listen 8000
<IfModule ssl_module>
Listen 443
WSGISocketPrefix /var/run/wsgi
-<VirtualHost *:80>
+<VirtualHost *:8000>
ServerName graphite.hoellein.online
DocumentRoot "/usr/share/graphite-web/webapp"
ErrorLog /usr/share/graphite-web/storage/log/webapp/error.log
--- /dev/null
+../sites-available/graphite.conf
\ No newline at end of file
[graphite]
-url = "https://icinga.hoellein.online:2003"
+url = "http://localhost:2003"
user = "admin"
password = "LgnhywREd4INdvhsQdqYAsuicEju0Yxi"
insecure = "0"