mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-01-18 16:56:46 +01:00
I dont think the nginx config verifier has caught a single configuration error ever
This commit is contained in:
parent
a5bbd65757
commit
64d0253aa0
@ -189,7 +189,7 @@ in {
|
||||
proxyPass = proxyPath v;
|
||||
extraConfig = ''
|
||||
allow ${values.ildkule.ipv4};
|
||||
allow [${values.ildkule.ipv6}];
|
||||
allow ${values.ildkule.ipv6};
|
||||
deny all;
|
||||
'';
|
||||
}))
|
||||
@ -200,7 +200,7 @@ in {
|
||||
proxyPass = "http://127.0.0.1:9000/_synapse/metrics";
|
||||
extraConfig = ''
|
||||
allow ${values.ildkule.ipv4};
|
||||
allow [${values.ildkule.ipv6}];
|
||||
allow ${values.ildkule.ipv6};
|
||||
deny all;
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user