feat(nginx): removed /peers block

This commit is contained in:
Kraiem Taha Yassine 2021-06-25 11:30:51 +02:00 committed by GitHub
parent 5160a32f25
commit 5056cd6fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;