Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
added trusted_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Feb 19, 2019
1 parent 62a16ad commit c68adef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployments/adapay.nix
Expand Up @@ -533,10 +533,13 @@ in {
package = pkgs.elasticsearch-oss;
};
graylog = {
inherit (graylogCreds) rootPasswordSha2 passwordSecret;
enable = true;
plugins = with pkgs.graylogPlugins; [ auth_sso pagerduty slack ];
elasticsearchHosts = [ "http://graylog:9200" ];
inherit (graylogCreds) rootPasswordSha2 passwordSecret;
extraConfig = ''
trusted_proxies = 127.0.0.1/32
'';
};
};
};
Expand Down

0 comments on commit c68adef

Please sign in to comment.