Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valloric/markovic.io-redirect
Rack app to redirect markovic.io to val.markovic.io
https://github.com/valloric/markovic.io-redirect
Last synced: 30 days ago
JSON representation
Rack app to redirect markovic.io to val.markovic.io
- Host: GitHub
- URL: https://github.com/valloric/markovic.io-redirect
- Owner: Valloric
- Created: 2012-09-09T07:03:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-09T17:09:21.000Z (over 12 years ago)
- Last Synced: 2024-10-13T10:21:03.754Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Runs a redirect service to val.markovic.io. Both www.markovic.io and markovic.io
(the zone apex) have A records pointing to heroku's static IP's. This will route
any incoming request to this app which will redirect users to val.markovic.io.- heroku create
- git push heroku master
- heroku domains:add example.com
- curl -D - -H "Host: example.com" proxy.heroku.comHTTP/1.1 301 Moved Permanently
Server: nginx
Date: Fri, 20 Apr 2012 17:06:08 GMT
Content-Type: text/html
Connection: keep-alive
Location: http://val.markovic.io/
Content-Length: 95
X-Varnish: 459303571
Age: 0
Via: 1.1 varnishClick here if you are not redirected.
---