reconfigure nginx for mautrix-discord
This commit is contained in:
@@ -67,9 +67,13 @@
|
|||||||
log-driver = "journald";
|
log-driver = "journald";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts."discord-media-mxc.k3t.dev".locations."/" = {
|
services.nginx.virtualHosts."discord-media-mxc.k3t.dev" = {
|
||||||
|
enableACME = false;
|
||||||
|
forceSSL = false;
|
||||||
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:29334";
|
proxyPass = "http://127.0.0.1:29334";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# Allow podman containers to access continuwuity
|
# Allow podman containers to access continuwuity
|
||||||
networking.firewall.interfaces = let
|
networking.firewall.interfaces = let
|
||||||
|
|||||||
Reference in New Issue
Block a user