Skip to content

Commit

Permalink
Fix nginx stub status endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Apr 11, 2024
1 parent 3dcc854 commit 6120761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ server {
uwsgi_pass 127.0.0.1:3010;
}

location /nginx_status {
location /nginx-status {
stub_status;
allow 127.0.0.1;
deny all;
Expand Down

0 comments on commit 6120761

Please sign in to comment.