Recent Posts
-
July 03, 2020
Using Maven on Windows with the Linux subsystem
Installing and configuring Maven on Windows does not have to be a pain anymore. Thanks to the WSL it becomes almost as straightforward as using Linux. Although depending on your use case there might be some restrictions.
-
May 17, 2020
Testing Regular Expressions in Traefik
Testing regular expressions for application configuration is always a pain as every programming language has a slightly different implementation. This results in expressions giving different results for different applications.
-
May 01, 2020
HTTP to HTTPS redirects with Traefik
This article covers the basic examples how to redirect HTTP-requests to HTTPS. This can be achieved per domain, for a single application only or globally for all containers.