fix location block

This commit is contained in:
Matthew Welch 2021-02-06 19:35:28 -08:00
parent ea618ffe1b
commit 8cafe1a945

View File

@ -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;