✅ add *.ingolf-wagner.de healthchecks
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m8s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m8s
This commit is contained in:
parent
03a5b33bbf
commit
197e516ec1
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue