balanced / www.balancedpayments.com

The website for Balanced.
https://www.balancedpayments.com
Other
29 stars 51 forks source link

Blog should be at /blog instead of being on its own subdomain. #108

Open tarunc opened 10 years ago

tarunc commented 10 years ago

We should use nginx thats in front of the main site servers to point requests from https://www.balancedpayments.com/blog/ to our blog instead of using http://blog.balancedpayments.com/.

Its better for SEO.

Some articles:

steveklabnik commented 10 years ago

:+1:

steveklabnik commented 10 years ago

So, what do we need to do to make this happen?

mjallday commented 10 years ago

Edit this nginx config and add some sort of proxy pass config like this.

Hopefully it's just that simple and then we don't actually need to do anything else... fingers crossed

mahmoudimus commented 10 years ago

Vagrant and test :)

steveklabnik commented 10 years ago

:smile:

We should do this before my next blog post hits at the end of the week.

mahmoudimus commented 10 years ago

bump!

tarunc commented 10 years ago

We should do this. I don't have access to confidence otherwise I would do this. Its a simple enough task.