basic rewrite instructions

djsodom

Active Member
#1
I've got my rails app running properly. I've got my domain pointing to my server. However, of course, I must type www.mydomain.com:8088 to access my app.

I'm a little confused whether I write a rewrite rule or whether I can do as a context.

Can someone provide a sample of how & where to set this up?

thanks,

Steve
 

djsodom

Active Member
#5
Easy enough. For education sake, can you provide an example of what I'd need to do if I wanted to point the domain to port 81 or 8088 instead of 80?

Also let me ask a different question. If I want to redirect all visits to mydomain.com to www.mydomain.com, can you provide a sample rewrite?

Thanks

Steve

You can just change the port number of the listener from 8088 to 80.
 
Last edited:
Top