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