fix: oops ntfy requires websockets

This commit is contained in:
Ahwx 2024-12-19 18:22:06 +01:00
parent 4aaf317614
commit 73d198015f

View file

@ -15,7 +15,10 @@ in {
nginx.virtualHosts.${hostname} = {
useACMEHost = "liv.town";
forceSSL = true;
locations."/" = { proxyPass = "http://127.0.0.1:${toString port}"; };
locations."/" = {
proxyPass = "http://127.0.0.1:${toString port}";
proxyWebsockets = true;
};
};
frp.settings.proxies = [
{