Tagged Questions
0
votes
0answers
125 views
nginx proxy to geminabox always redirects to index.html
I have geminabox running on port 9292 using the "thin" rack web server.
Here's my nginx config for the virtual host in sites-available:
server {
server_name gems.mydomain.net ;
...
2
votes
5answers
1k views
Redirect to www subdomain via DNS
Is it possible to set a DNS record to redirect all example.com/* traffic to www.example.com/*?
I'm running a Sinatra app on Heroku's Cedar stack.
I set up Heroku's Custom Domains addon, and the ...