nginx.conf 262 B

123456
  1. # rule to redirect original links created when hosted on github pages
  2. rewrite ^/documentation/(.*).html http://docs.docker.io/en/latest/$1/ permanent;
  3. # rewrite the stuff which was on the current page
  4. rewrite ^/gettingstarted.html$ /gettingstarted/ permanent;