add *.ingolf-wagner.de healthchecks
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m8s

This commit is contained in:
Ingolf Wagner 2024-11-08 21:21:45 +09:00
parent 03a5b33bbf
commit 197e516ec1
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -45,6 +45,16 @@ in
443
];
healthchecks.http."travel.ingolf-wagner.de" = {
url = "https://travel.ingolf-wagner.de";
expectedContent = "Tina & Palos Reiseblog";
};
healthchecks.http."tech.ingolf-wagner.de" = {
url = "https://tech.ingolf-wagner.de";
expectedContent = "Hey here are some articles about technical issues";
};
services.nginx = {
enable = true;
recommendedProxySettings = true;