Add thing for phantomthieves mastodon

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

@ -42,4 +42,16 @@
forceSSL = true; forceSSL = true;
enableACME = 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