Open chesterbr opened 6 years ago
chester.me is now served by GitHub Pages (~indirectly until there is HTTPS support for custom domains there~). It required downgrading Octopress-specific things, and there are a few leftovers:
location ~ ^/m/ { rewrite ^/m/deploy/(.*)$ /deploy/$1 redirect; }
location ~ ^/deploy.?$ { rewrite ^(.*)$ /deploy/download.wml redirect; }
location ~ ^/200(.)(..)\.html$ { rewrite ^(.*)$ /archives/200$1/$2/ redirect; }
location ~ ^/software.html?$ { rewrite ^(.*)$ /archives/category/portfolio redirect; }
location ~ ^/programas.html?$ { rewrite ^(.*)$ /archives/category/portfolio redirect; }
location ~ ^/micros.antigos.html?$ { rewrite ^(.*)$ /micros_antigos redirect; }
location ~ ^/archives/category/software/?$ { rewrite ^(.*)$ /archives/category/portfolio redirect; }
location ~ ^/smsdenuncia/?$ { rewrite ^(.*)$ /smsdenuncia/SMS-Denuncia.jad redirect; }
location /archives/2009/04/tweet_xkcd_bookmarklet { rewrite ^(.*)$ /archives/2009/04/tweet_xkcd_bookmarklet.html redirect; }
chester.me is now served by GitHub Pages (~indirectly until there is HTTPS support for custom domains there~). It required downgrading Octopress-specific things, and there are a few leftovers:
location ~ ^/m/ { rewrite ^/m/deploy/(.*)$ /deploy/$1 redirect; }
location ~ ^/deploy.?$ { rewrite ^(.*)$ /deploy/download.wml redirect; }
location ~ ^/200(.)(..)\.html$ { rewrite ^(.*)$ /archives/200$1/$2/ redirect; }
location ~ ^/software.html?$ { rewrite ^(.*)$ /archives/category/portfolio redirect; }
location ~ ^/programas.html?$ { rewrite ^(.*)$ /archives/category/portfolio redirect; }
location ~ ^/micros.antigos.html?$ { rewrite ^(.*)$ /micros_antigos redirect; }
location ~ ^/archives/category/software/?$ { rewrite ^(.*)$ /archives/category/portfolio redirect; }
location ~ ^/smsdenuncia/?$ { rewrite ^(.*)$ /smsdenuncia/SMS-Denuncia.jad redirect; }
location /archives/2009/04/tweet_xkcd_bookmarklet { rewrite ^(.*)$ /archives/2009/04/tweet_xkcd_bookmarklet.html redirect; }