Skip to content
Snippets Groups Projects
Unverified Commit 8c81db5a authored by Rob Petti's avatar Rob Petti Committed by GitHub
Browse files

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

parent e53fc34e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment