oauth2_proxy: default address updated

Go will fail to parse this otherwise.
https://github.com/golang/go/issues/19297
This commit is contained in:
David Johnson 2017-10-06 16:52:22 -07:00 committed by GitHub
parent b02b224027
commit 5b530d4568

View file

@ -385,7 +385,7 @@ in
httpAddress = mkOption {
type = types.str;
default = "127.0.0.1:4180";
default = "http://127.0.0.1:4180";
description = ''
HTTPS listening address. This module does not expose the port by
default. If you want this URL to be accessible to other machines, please