This commit is contained in:
Nathan McCarty 2025-06-14 20:31:51 -04:00
parent da6c97fc24
commit 639252dc80

View file

@ -19,6 +19,7 @@
services.nginx.virtualHosts."vtt.stranger.systems" = { services.nginx.virtualHosts."vtt.stranger.systems" = {
forceSSL = true; forceSSL = true;
enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:30000"; proxyPass = "http://127.0.0.1:30000";
}; };