Tweak nginx for vtt

This commit is contained in:
Nathan McCarty 2025-06-14 20:58:29 -04:00
parent 639252dc80
commit 2bd302fd16

View file

@ -20,7 +20,10 @@
services.nginx.virtualHosts."vtt.stranger.systems" = { services.nginx.virtualHosts."vtt.stranger.systems" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
client_max_body_size = "300M";
locations."/" = { locations."/" = {
recommendedProxySettings = true;
proxyWebsockets = true;
proxyPass = "http://127.0.0.1:30000"; proxyPass = "http://127.0.0.1:30000";
}; };
}; };