mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: oops ntfy requires websockets
This commit is contained in:
parent
4aaf317614
commit
73d198015f
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,10 @@ in {
|
||||||
nginx.virtualHosts.${hostname} = {
|
nginx.virtualHosts.${hostname} = {
|
||||||
useACMEHost = "liv.town";
|
useACMEHost = "liv.town";
|
||||||
forceSSL = true;
|
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 = [
|
frp.settings.proxies = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue