Create a healthcheck lookup

This commit is contained in:
2023-04-09 16:06:00 -07:00
parent 1a4faad685
commit 908f38eb26
3 changed files with 5 additions and 1 deletions

View File

@@ -1 +1,2 @@
DirectoryIndex index.html index.htm index.php
DirectoryIndex index.html index.htm index.php
Alias "/ping" "/var/www/html"

2
configs/index.php Normal file
View File

@@ -0,0 +1,2 @@
<?php
echo "pong";