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…
Add table
Reference in a new issue