Posts about nginx
Kibana proxy for AWS ECS (Fargate) edit

Kibana proxy for AWS ECS (Fargate)

23 January 2019

One of the most annoying parts of setting up Elastic Search on AWS is the way access is configured for that service. From what we’ve gathered you have one of two options to protect it:

  1. Make sure it’s...

Avoiding SSL redirect loop

If you are configuring an nginx website to use SSL and - by any chance - you need to setup more than one “server” entry (for instance to make www redirect to the plain URL), keep in mind that you need to declare the ssl certificate mumbo-jumbo in both...

Nginx rewrite/redirect for blog URL

When i moved my blog to a [middleman](http://middlemanapp.com) system, i found that i needed to provide redirects from `/2012/01/25/some-post` to `/blog/2012/01/25/some-post`. It's a relatively simple task, though i lost some time because i missed a...