diff options
| author | Paul Buetow <paul@buetow.org> | 2024-04-06 23:02:42 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-04-06 23:02:42 +0300 |
| commit | 894657ceafdb72b612f5c9143f6a3b0188d54dd7 (patch) | |
| tree | 768e3888d229c2d2b29c85fd8c975f464b3bdfda /frontends/Rexfile | |
| parent | d9cb924a5e97ffb0523487a8f438e5ae145ece65 (diff) | |
add wt to taskwarrior
Diffstat (limited to 'frontends/Rexfile')
| -rw-r--r-- | frontends/Rexfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 7b53d00..4bd9381 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -219,6 +219,8 @@ task 'httpd', group => 'frontends', ensure => 'directory'; file '/var/www/htdocs/buetow.org/self', ensure => 'directory'; + + # For failover health-check. file '/var/www/htdocs/buetow.org/self/index.txt', ensure => 'file', content => template('./var/www/htdocs/buetow.org/self/index.txt.tpl'); |
