Bugfix: Change http_pass to proxy_pass
[releng.git] / utils / test / reporting / docker / nginx.conf
index 95baf0e..66bd7e4 100644 (file)
@@ -15,7 +15,7 @@ server {
     }
 
     location /api/ {
-        http_pass http://backends/;
+        proxy_pass http://backends/;
     }
 
     location /display/ {