Merge pull request #568 from genebean/proxypass

Use proxypass
This commit is contained in:
Gene Liverman 2025-11-06 20:57:22 -05:00 committed by GitHub
commit e8b8921536
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,13 +72,15 @@ in {
''; '';
}; };
"/api/event" = { "/api/event" = {
return = "301 https://stats.technicalissues.us/api/event"; proxyPass = "https://stats.technicalissues.us/api/event";
proxyWebsockets = true;
}; };
"/github" = { "/github" = {
return = "301 https://github.com/genebean"; return = "301 https://github.com/genebean";
}; };
"/js/script.outbound-links.js" = { "/js/script.outbound-links.js" = {
return = "301 https://stats.technicalissues.us/js/script.outbound-links.js"; proxyPass = "https://stats.technicalissues.us/js/script.outbound-links.js";
proxyWebsockets = true;
}; };
"/mastodon" = { "/mastodon" = {
return = "302 https://fosstodon.org/@genebean"; return = "302 https://fosstodon.org/@genebean";