Add proxy for Elk frontend

main
Ashelyn Rose 7 months ago
parent ac5354629f
commit bf0019001a

@ -10,4 +10,10 @@
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."elk.tempest.dev" = {
locations."/" = { proxyPass = "http://melete.tempest.local:5314"; };
forceSSL = true;
enableACME = true;
};
}

Loading…
Cancel
Save