Configure Nginx for Dawarich

This commit is contained in:
Gene Liverman 2025-05-20 22:15:19 -04:00
parent dacddc159b
commit e98fd99d2b

View file

@ -99,6 +99,14 @@ in {
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
"location.${domain}" = {
enableACME = true;
acmeRoot = null;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:3003";
};
};
"matrix.${domain}" = { "matrix.${domain}" = {
listen = [ listen = [
{ port = http_port; addr = "0.0.0.0"; } { port = http_port; addr = "0.0.0.0"; }