Yura Fedoriv

Results 2 issues of Yura Fedoriv

So I wonder how is this supposed to work: https://github.com/SammyHam/LetsEncrypt-SSL-config-for-Elastic-Beanstalk/blob/master/AWS_Single_LetsEncrypt.yaml#L18-L38 For me nginx did not pick up additional configurations for `server { listen 8080;...}` and internet search suggested that this...

If the cached response was created by an older lib version which would not store Status Code, express-redis-case would set ```js res.status(undefined) ``` which for me caused requests to hang...