mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Use proxypass
Not sure what I was thinking last night...
This commit is contained in:
parent
f10139c24a
commit
7592ec6fff
1 changed files with 4 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue