Use config from GTS docs.

This commit is contained in:
Nolan Darilek 2025-05-16 12:47:48 -05:00
parent 6a5f28a561
commit 269e691ae1

View file

@ -17,7 +17,9 @@ in
}; };
caddy.virtualHosts."gts.thewordnerd.info".extraConfig = '' caddy.virtualHosts."gts.thewordnerd.info".extraConfig = ''
reverse_proxy http://localhost:8081 reverse_proxy http://localhost:8081 {
flush_interval -1
}
''; '';
}; };
environment.systemPackages = [ package ]; environment.systemPackages = [ package ];