「✨」 feat: Should be working
This commit is contained in:
9
srcs/docker/nginx/health.conf
Normal file
9
srcs/docker/nginx/health.conf
Normal file
@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 127.0.0.1:80;
|
||||
|
||||
location /health {
|
||||
access_log off;
|
||||
return 200 'healthy';
|
||||
add_header Content-Type text/plain;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user