Skip to content
Snippets Groups Projects
Commit 8299570c authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

cleaning up environment variable configuration

parent 352b9d74
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ server {
try_files $uri $uri/ /index.html =404;
}
location = /health {
location /health {
access_log off;
add_header 'Content-Type' 'application/json';
return 200 '{"status":"healthy"}';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment