| Index: modules/updateserver/files/site.conf |
| =================================================================== |
| --- a/modules/updateserver/files/site.conf |
| +++ b/modules/updateserver/files/site.conf |
| @@ -1,2 +1,12 @@ |
| keepalive_timeout 0; |
| root /var/www/update; |
| + |
| +location / |
|
mathias
2014/09/15 16:15:56
Why is the explicit empty location required?
Wladimir Palant
2014/09/15 16:46:47
That's a very good question. In fact, the official
mathias
2014/09/15 17:26:05
Agreed, leave it as it is. But thank you for the c
|
| +{ |
| +} |
| + |
| +location /latest/ |
| +{ |
| + fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock; |
| + include /etc/nginx/fastcgi_params; |
| +} |