feat: add Firefox Sync module and update DNS settings for sync.cloonar.com
This commit is contained in:
parent
4969520222
commit
365d15767b
5 changed files with 32 additions and 35 deletions
|
|
@ -16,4 +16,13 @@
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts."sync.cloonar.com" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
locations."/" = {
|
||||
proxyPass = "http://${config.networkPrefix}.97.6:80";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue