set bind address for graylog [deploy]
This commit is contained in:
parent
2d5f082eef
commit
55a43c3c90
2 changed files with 1 additions and 4 deletions
|
|
@ -23,13 +23,9 @@ in
|
||||||
tofu.skdevstudios.com {
|
tofu.skdevstudios.com {
|
||||||
reverse_proxy tofu.incus:9000
|
reverse_proxy tofu.incus:9000
|
||||||
}
|
}
|
||||||
|
|
||||||
graylog.skdevstudios.com {
|
graylog.skdevstudios.com {
|
||||||
reverse_proxy graylog-tofu.incus:9000
|
reverse_proxy graylog-tofu.incus:9000
|
||||||
}
|
}
|
||||||
# :8096 {
|
|
||||||
# reverse_proxy 10.173.91.220:8096
|
|
||||||
# }
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
http_external_uri = https://graylog.skdevstudios.com/
|
http_external_uri = https://graylog.skdevstudios.com/
|
||||||
|
http_bind_address = 0.0.0.0:9000
|
||||||
'';
|
'';
|
||||||
elasticsearchHosts = [ "http://127.0.0.1:9200" ];
|
elasticsearchHosts = [ "http://127.0.0.1:9200" ];
|
||||||
package = pkgs.graylog-6_0;
|
package = pkgs.graylog-6_0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue