remove broken irc bridge
This commit is contained in:
parent
64f782744f
commit
2f1a1664da
@ -141,12 +141,6 @@ in {
|
|||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualHosts.${cfg.irc-bridge.host} = {
|
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
locations."/".proxyPass = "http://localhost:${toString cfg.irc-bridge.port}";
|
|
||||||
};
|
|
||||||
|
|
||||||
virtualHosts.${cfg.element-web.host} = lib.mkIf cfg.element-web.enable {
|
virtualHosts.${cfg.element-web.host} = lib.mkIf cfg.element-web.enable {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user