Skip to content

Commit

Permalink
BC-8528 disable /stats for etherpad
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Dec 10, 2024
1 parent 3c87046 commit fb28dc9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ data:
proxy_buffering off;
}

location /etherpad/stats {
return 404;
}

location / {
root /usr/share/nginx/html;
index index.html index.htm;
}

location /stats {
return 404;
}

#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
Expand Down

0 comments on commit fb28dc9

Please sign in to comment.