mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-01 03:31:23 +02:00
kommode/gitea: allow ildkule's ipv6 address to read metrics
This commit is contained in:
parent
5c32798dcf
commit
c683e2184a
@ -159,6 +159,7 @@ in {
|
||||
proxyPass = "http://unix:${cfg.settings.server.HTTP_ADDR}";
|
||||
extraConfig = ''
|
||||
allow ${values.hosts.ildkule.ipv4}/32;
|
||||
allow ${values.hosts.ildkule.ipv6}/128;
|
||||
deny all;
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user