fix(flaresolverr): unlikely to ever work again, cloudflare team always monitoring
This commit is contained in:
parent
813d71eea4
commit
ee83c94cf9
2 changed files with 0 additions and 18 deletions
|
|
@ -1,17 +0,0 @@
|
|||
let
|
||||
port = 5011;
|
||||
in
|
||||
{
|
||||
services = {
|
||||
flaresolverr = {
|
||||
enable = true;
|
||||
inherit port;
|
||||
};
|
||||
|
||||
nginx.virtualHosts."flaresolverr.fi33.buzz" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "fi33.buzz";
|
||||
locations."/".proxyPass = "http://localhost:${toString port}";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue