mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #569 from genebean/plausible-websockets
Fix Plausible
This commit is contained in:
commit
503bbe63fe
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ in {
|
||||||
acmeRoot = null;
|
acmeRoot = null;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://127.0.0.1:8001";
|
locations."/".proxyPass = "http://127.0.0.1:8001";
|
||||||
|
locations."/".proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
"utk.${domain}" = {
|
"utk.${domain}" = {
|
||||||
serverAliases = [
|
serverAliases = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue