mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
commit
e8b8921536
1 changed files with 4 additions and 2 deletions
|
|
@ -72,13 +72,15 @@ in {
|
|||
'';
|
||||
};
|
||||
"/api/event" = {
|
||||
return = "301 https://stats.technicalissues.us/api/event";
|
||||
proxyPass = "https://stats.technicalissues.us/api/event";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
"/github" = {
|
||||
return = "301 https://github.com/genebean";
|
||||
};
|
||||
"/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" = {
|
||||
return = "302 https://fosstodon.org/@genebean";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue