forked from malobeo/infrastructure
[fanny] fix keys.malobeo.org proxypass
This commit is contained in:
@@ -213,7 +213,7 @@ in
|
|||||||
|
|
||||||
virtualHosts."keys.malobeo.org" = {
|
virtualHosts."keys.malobeo.org" = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://10.0.0.16";
|
proxyPass = "http://${hosts.malobeo.hosts.vaultwarden.network.address}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user