diff options
Diffstat (limited to 'roles/icinga2/files/index.html')
-rw-r--r-- | roles/icinga2/files/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/icinga2/files/index.html b/roles/icinga2/files/index.html new file mode 100644 index 0000000..fa5cc89 --- /dev/null +++ b/roles/icinga2/files/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="refresh" content="0; url='/icingaweb2'" /> + </head> + <body> + <p><a href="/icingaweb2">Icinga Web 2</a>.</p> + </body> +</html> |