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