remove audiobookshelf virtualhost

This commit is contained in:
Khaïs COLIN 2025-11-16 16:09:35 +01:00
parent 9c24c8714f
commit 5680e1293a
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -430,12 +430,6 @@
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
}; };
"audiobookshelf.005540.xyz" = {
locations."/".proxyPass = "http://localhost:8000";
locations."/".proxyWebsockets = true;
enableACME = true;
forceSSL = true;
};
"victorialogs.005540.xyz" = { "victorialogs.005540.xyz" = {
locations."/".proxyPass = "http://localhost:9428"; locations."/".proxyPass = "http://localhost:9428";
locations."/".basicAuthFile = "/etc/nixos/secrets/victorialogs/basicauth"; locations."/".basicAuthFile = "/etc/nixos/secrets/victorialogs/basicauth";