thrall: Forward /elfeed to elfeed-web on localhost
This commit is contained in:
parent
c308c70205
commit
24ae60a3fe
1 changed files with 5 additions and 0 deletions
|
|
@ -196,6 +196,11 @@ in {
|
||||||
proxyPass = "http://127.0.0.1:8000/";
|
proxyPass = "http://127.0.0.1:8000/";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
locations."/elfeed" = {
|
||||||
|
proxyPass = "http://127.0.0.1:8080/elfeed";
|
||||||
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"www.jakalx.net" = {
|
"www.jakalx.net" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue