Add health check
This commit is contained in:
+5
-1
@@ -11,7 +11,11 @@ simplenotes.be {
|
||||
import strict-transport
|
||||
header -Server
|
||||
|
||||
reverse_proxy http://localhost:8080
|
||||
reverse_proxy http://localhost:8080 {
|
||||
health_path /health
|
||||
health_interval 5s
|
||||
health_timeout 200ms
|
||||
}
|
||||
}
|
||||
|
||||
dev.simplenotes.be {
|
||||
|
||||
Reference in New Issue
Block a user