fix invidious
This commit is contained in:
parent
5a0aad29c5
commit
eb543b933e
5 changed files with 16 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
|
@ -25,6 +24,11 @@ in
|
|||
file_server
|
||||
'';
|
||||
};
|
||||
":1339" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy 192.168.1.241:3080
|
||||
'';
|
||||
};
|
||||
":8686" = {
|
||||
extraConfig = ''
|
||||
root * /var/lib/caddy/cinny
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue