Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Nov 15, 2024
1 parent cd075b3 commit 77d3199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ server {
rewrite ^/(.*)/$ /$1 permanent;

location = /health {
access_log off;
add_header 'Content-Type' 'application/json';
return 200 '{"status":"UP"}';
access_log off;
add_header 'Content-Type' 'application/json';
return 200 '{"status":"UP"}';
}

location = / {
Expand Down

0 comments on commit 77d3199

Please sign in to comment.