You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-21 00:19:34 +02:00
Add this endpoint back too
This commit is contained in:
@ -275,6 +275,9 @@ http {
|
||||
proxy_pass_request_body off;
|
||||
proxy_set_header Content-Length "";
|
||||
}
|
||||
location /health {
|
||||
return 204;
|
||||
}
|
||||
}
|
||||
|
||||
# Forwarding authentication server
|
||||
|
Reference in New Issue
Block a user