feat(nginx): block public access to count recorded sessions endpoint
This commit is contained in:
parent
a76d958208
commit
e6d6028a70
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ data:
|
|||
proxy_intercept_errors on; # see http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_intercept_errors
|
||||
error_page 404 =200 /index.html;
|
||||
}
|
||||
location ~*/general_stats {
|
||||
location ~* /general_stats {
|
||||
deny all;
|
||||
}
|
||||
compression.conf: |-
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue