Merge pull request #30173 from dmjio/patch-1
oauth2_proxy: default address updated
This commit is contained in:
commit
815bebf9e8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user