From 8cafe1a945f862790a0a0765c3953be194f08205 Mon Sep 17 00:00:00 2001 From: Matthew Welch Date: Sat, 6 Feb 2021 19:35:28 -0800 Subject: [PATCH] fix location block --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index d9ea97e..fe8fea2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,7 +9,7 @@ location / { fastcgi_param SCRIPT_NAME ""; fastcgi_pass unix:/run/rpiWebApp/fcgi.sock; } -location /games/download { +location /games/download/ { proxy_pass http://127.0.0.1:8080; proxy_request_buffering off; proxy_buffering off;