Skip to content

Commit 7c533b4

Browse files
committed
Remove trailling / to match master
1 parent 3ec2f7a commit 7c533b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root/defaults/nginx/site-confs/default.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ server {
9595
try_files $uri =404;
9696
}
9797

98-
location ^~ /api/v1/streaming/ {
98+
location ^~ /api/v1/streaming {
9999
proxy_set_header Host $host;
100100
proxy_set_header X-Real-IP $remote_addr;
101101
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)