update
This commit is contained in:
8
web/Caddyfile
Normal file
8
web/Caddyfile
Normal file
@@ -0,0 +1,8 @@
|
||||
:80 {
|
||||
root * /srv/web_build
|
||||
try_files {path} /200.html
|
||||
file_server
|
||||
|
||||
@health path /health
|
||||
respond @health "ok" 200
|
||||
}
|
||||
Reference in New Issue
Block a user