Skip to content

Commit

Permalink
nginx denz metrics and sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil A. Siemes authored and Emil A. Siemes committed Aug 27, 2024
1 parent 779f1bb commit 0b53c49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ http {

location /sleep {
deny all;
return 403
return 403;
}

location /_status/vars{
location /_status/vars {
deny all;
return 403
return 403;
}

location / {
Expand Down

0 comments on commit 0b53c49

Please sign in to comment.