add food-tracker nginx virtualhost

This commit is contained in:
Khaïs COLIN 2025-11-03 21:39:48 +01:00
parent c39083b936
commit dd65a35564
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -527,6 +527,12 @@
enableACME = true;
forceSSL = true;
};
"food-tracker.005540.xyz" = {
locations."/".proxyPass = "http://localhost:3001";
locations."/".basicAuthFile = "/etc/nixos/secrets/food-tracker/basicauth";
enableACME = true;
forceSSL = true;
};
};
};
}