forked from Drift/pvv-nixos-config
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