mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Add this endpoint back too
This commit is contained in:
parent
2e26c7ad80
commit
a9c92f19ef
@ -275,6 +275,9 @@ http {
|
||||
proxy_pass_request_body off;
|
||||
proxy_set_header Content-Length "";
|
||||
}
|
||||
location /health {
|
||||
return 204;
|
||||
}
|
||||
}
|
||||
|
||||
# Forwarding authentication server
|
||||
|
Loading…
Reference in New Issue
Block a user