added support for listening on unix socket #4030 (#8221)

This commit is contained in:
Mitja Z
2017-04-27 08:54:21 +02:00
committed by Torkel Ödegaard
parent d4f7a2bc99
commit c92d719a72
4 changed files with 28 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ plugins = data/plugins
#################################### Server ##############################
[server]
# Protocol (http or https)
# Protocol (http, https, socket)
protocol = http
# The ip address to bind to, empty will bind to all interfaces
@@ -57,6 +57,9 @@ enable_gzip = false
cert_file =
cert_key =
# Unix socket path
socket = /tmp/grafana.sock
#################################### Database ############################
[database]
# You can configure the database connection by specifying type, host, name, user and password