This commit is contained in:
Bryan Ramos 2026-03-12 19:49:07 -04:00
parent cf4cf866c9
commit cf9b8b1951

View file

@ -29,7 +29,6 @@ in
services.nginx.virtualHosts."photos.${domain}" = mkIf nginx.enable {
useACMEHost = domain;
forceSSL = true;
clientMaxBodySize = "50G";
locations."/" = {
proxyPass = "http://127.0.0.1:${toString port}";
proxyWebsockets = true;