fix location block
This commit is contained in:
parent
ea618ffe1b
commit
8cafe1a945
@ -9,7 +9,7 @@ location / {
|
|||||||
fastcgi_param SCRIPT_NAME "";
|
fastcgi_param SCRIPT_NAME "";
|
||||||
fastcgi_pass unix:/run/rpiWebApp/fcgi.sock;
|
fastcgi_pass unix:/run/rpiWebApp/fcgi.sock;
|
||||||
}
|
}
|
||||||
location /games/download {
|
location /games/download/ {
|
||||||
proxy_pass http://127.0.0.1:8080;
|
proxy_pass http://127.0.0.1:8080;
|
||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
Loading…
Reference in New Issue
Block a user