Combine Short-URL-Service with Existing CMS on Nginx
A while ago, I created a simple internal short URL service (with Django). If an entry exists, for example, /abc (or whatever), it redirects to the stored, longer URL with a HTTP-Status of 301. So far, so good... However, now…