Josh N. Abbott

Results 18 comments of Josh N. Abbott
trafficstars

@RainFlying I just have ours set to the standard one worker per core, so 4 per instance. We run 4 instances total and we serve all requests with ssl. It...

@shaunc869 I’d suggest using monit and adding an http check on the host (ours is a simple curl with a timeout flag). It’s not fixing the root of the problem,...

I'd definitely like to know what the best way to update lua-resty-auto-ssl is. Can I just remove it and reinstall it?

I haven't run this yet on my production instances, but on our staging instance I was able to successfully upgrade lua-resty-auto-ssl by running these commands (I made a backup of...

Update: I ran this successfully on all of our production instances without an issue. Before I updated with `luarocks install lua-resty-auto-ssl` I'd recommend removing the instance from your load balancer...

@luto thanks again for the quick response. I've looked at the json string being stored in redis, and that seems simple enough. However, I also noticed there are some certs...

Well that makes it easier! Thanks, I’ll give a migration script a try. > On Jun 18, 2018, at 1:24 AM, luto wrote: > > I haven't used the redis...

@atishb yes, we were able to easily migrate from files on the file system to redis with a script that reads the file contents and then dumps the needed file...