Add thing for phantomthieves mastodon

main
Ashelyn Dawn 1 month ago
parent ed76412fda
commit a2d0018ed2
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -42,4 +42,16 @@
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."m.phantomthieves.net" = {
locations."/" = {
proxyPass = "https://melete.tempest.dev/";
extraConfig = ''
proxy_set_header Host $host;
'';
proxyWebsockets = true;
};
forceSSL = true;
enableACME = true;
};
}

Loading…
Cancel
Save