Merge pull request #30173 from dmjio/patch-1

oauth2_proxy: default address updated
This commit is contained in:
Joachim F 2017-10-20 16:28:40 +00:00 committed by GitHub
commit 815bebf9e8

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