1
0
Fork 0

Remove password from stats.maralorn.de

This commit is contained in:
Malte Brandy 2020-12-14 01:47:52 +01:00
parent f9ace967c7
commit e89b88a95f
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -29,8 +29,10 @@ in {
locations."/".proxyPass = "http://localhost:3000/";
} // commonOptions;
virtualHosts."monitoring.maralorn.de" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://localhost:9090";
} // commonOptions;
};
};
};