feat: add fivefilters
This commit is contained in:
@@ -25,4 +25,12 @@
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts."fivefilters.cloonar.com" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
locations."/" = {
|
||||
proxyPass = "http://${config.networkPrefix}.97.10";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user