feat(nginx): removed /peers block
This commit is contained in:
parent
5160a32f25
commit
5056cd6fce
1 changed files with 0 additions and 4 deletions
|
|
@ -76,10 +76,6 @@ data:
|
|||
proxy_set_header Host $host;
|
||||
proxy_pass http://utilities-openreplay.app.svc.cluster.local:9000;
|
||||
}
|
||||
location /assist/peers/ {
|
||||
deny all;
|
||||
return 404;
|
||||
}
|
||||
location /assets/ {
|
||||
rewrite ^/assets/(.*) /sessions-assets/$1 break;
|
||||
proxy_http_version 1.1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue