1 parent 3b95ecf commit 2ced411Copy full SHA for 2ced411
1 file changed
nginx.conf
@@ -4,8 +4,11 @@ server {
4
root /usr/share/nginx/html;
5
index index.html;
6
7
+ server_tokens off;
8
+
9
location /health {
10
access_log off;
11
+ add_header Content-Type text/plain;
12
return 200 "ok";
13
}
14
0 commit comments