mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
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 {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue