mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Configure Nginx for Dawarich
This commit is contained in:
parent
dacddc159b
commit
e98fd99d2b
1 changed files with 8 additions and 0 deletions
|
|
@ -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"; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue