Compare commits

...

2 Commits

@ -801,11 +801,11 @@
"utils": "utils_11"
},
"locked": {
"lastModified": 1701935901,
"narHash": "sha256-M0vQuw1+9HuvpnaNdGxFwx3SLl77l0bGnMcywZExudU=",
"lastModified": 1705967077,
"narHash": "sha256-JJloT9nbyH24u75rHvIrHwRSe2eM5RgXs/AYR1NfAvA=",
"ref": "refs/heads/main",
"rev": "f846668c8afca1aae3da28317b4052374d37ac3c",
"revCount": 69,
"rev": "85efcc0b69e9c24ef32b0dec6c5269cd2d2490ac",
"revCount": 70,
"type": "git",
"url": "http://git.tempest.dev/ashe/tempest.dev"
},

@ -22,6 +22,18 @@
enableACME = true;
};
services.nginx.virtualHosts."necronomicon.social" = {
locations."/" = {
proxyPass = "https://melete.tempest.dev/";
extraConfig = ''
proxy_set_header Host $host;
'';
proxyWebsockets = true;
};
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."elk.tempest.dev" = {
locations."/" = {
proxyPass = "http://melete.tempest.local:5314";

Loading…
Cancel
Save