pebblecode / pebblecode.github.io

Jekyll powered pebblecode.com site
5 stars 5 forks source link

blog.pebblecode.com #12

Closed tobyhunt closed 9 years ago

tobyhunt commented 9 years ago

Still goes to Tumblr. DNS needs updating to point:

blog.pebblecode.com --> pebblecode.com/blog

tobyhunt commented 9 years ago

@shapeshed - any reason not to update this? Don't think so but thought I would check.

shapeshed commented 9 years ago

It is not possible. Github doesn't support multiple CNAMES so we can't do it '-( On 25 Jun 2015 05:59, "Toby Hunt" notifications@github.com wrote:

@shapeshed https://github.com/shapeshed - any reason not to update this? Don't think so but thought I would check.

— Reply to this email directly or view it on GitHub https://github.com/pebblecode/pebblecode.github.io/issues/12#issuecomment-115106584 .

tobyhunt commented 9 years ago

But if we could we would right? Will set up another redirect.

Toby Hunt Director & Co-founder pebble {code}

Mobile # +44 (0) 7977 012 959 Office # +44 (0) 20 3327 3940

http://pebblecode.com

On 25 Jun 2015, at 07:50, George Ornbo notifications@github.com wrote:

It is not possible. Github doesn't support multiple CNAMES so we can't do it '-( On 25 Jun 2015 05:59, "Toby Hunt" notifications@github.com wrote:

@shapeshed https://github.com/shapeshed - any reason not to update this? Don't think so but thought I would check.

— Reply to this email directly or view it on GitHub https://github.com/pebblecode/pebblecode.github.io/issues/12#issuecomment-115106584 .

— Reply to this email directly or view it on GitHub.

shapeshed commented 9 years ago

Traffic is going via a proxy server now to get round only one CNAME being supported in Github pages.

server {
    server_name blog.pebblecode.com;
    rewrite ^ http://pebblecode.com$request_uri? permanent;
}