fix: update Firefox Sync configuration and proxy settings for improved functionality

This commit is contained in:
2025-06-01 22:10:04 +02:00
parent 365d15767b
commit 0df4a4c1ec
3 changed files with 10 additions and 21 deletions

View File

@@ -21,8 +21,8 @@
enableACME = true;
acmeRoot = null;
locations."/" = {
proxyPass = "http://${config.networkPrefix}.97.6:80";
proxyWebsockets = true;
proxyPass = "http://${config.networkPrefix}.97.6:5000";
recommendedProxySettings = true;
};
};
}