Nginx

Posts tagged with Nginx.

Gohugo and nginx config generator

The gohugo is being called a content management system, because... it allows to manage a content. As someone who used wordpress for far too long I found that gohugo was missed my expectations a bit. One of areas where I found it shortcomings are redirects and aliases.

Nginx: verify OIDC token before rewrite

A while ago I managed to get Nginx and OpenID Connect working together. Obviously, there is a commercial plugin provided by Nginx authors, but for simpler cases we can use a a simpler way with `auth_request` which works nicely with OIDC token introspection served by for example Keycloak.