We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec2f7a commit 7c533b4Copy full SHA for 7c533b4
1 file changed
root/defaults/nginx/site-confs/default.conf.sample
@@ -95,7 +95,7 @@ server {
95
try_files $uri =404;
96
}
97
98
- location ^~ /api/v1/streaming/ {
+ location ^~ /api/v1/streaming {
99
proxy_set_header Host $host;
100
proxy_set_header X-Real-IP $remote_addr;
101
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
0 commit comments