add cert for attic

This commit is contained in:
TheWanderingCrow 2025-02-09 00:16:17 -05:00
parent 641e3d4e5c
commit 5e52832a09

View file

@ -34,17 +34,17 @@ lib.mkIf config.user.overseer.enable {
bucket = "wce-20250209044958802100000001";
};
};
nginx = {
enable = true;
recommendedProxySettings = true;
virtualHosts = {
"cache.wanderingcrow.net" = {
forceSSL = true;
useACMEHost = "cache.wanderingcrow.net";
locations."/" = {
proxyPass = "http://localhost:8080";
proxyWebsockets = true;
};
};
nginx = {
enable = true;
recommendedProxySettings = true;
virtualHosts = {
"cache.wanderingcrow.net" = {
forceSSL = true;
useACMEHost = "cache.wanderingcrow.net";
locations."/" = {
proxyPass = "http://localhost:8080";
proxyWebsockets = true;
};
};
};