allow /api/v1/streaming to be used as per documentation (#19896)
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/nginx.conf
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user