allow /api/v1/streaming to be used as per documentation (#19896)

main^2
Rob Petti 2 years ago committed by GitHub
parent e53fc34e9a
commit 8c81db5a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dist/nginx.conf

2
dist/nginx.conf vendored

@ -112,7 +112,7 @@ server {
try_files $uri =404;
}
location ^~ /api/v1/streaming/ {
location ^~ /api/v1/streaming {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

Loading…
Cancel
Save