Aliens wildland

2022 02Feb 06, ReactorScram

URL

The blog has a new, shorter URL!

https://blog.six-five-six-four.com

This is thanks to a new server block in Nginx featuring a rewrite rule that gets rid of all the extra stuff:

rewrite ^/(.*)$ /frontend/servers/aliens_wildland/files/blog/$1 break;

And SWAG makes it easy to add subdomains in docker-compose.yml:

  environment:
   - SUBDOMAINS=blog,ptth,www,
   - ...

So all I had to do was: