Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount on subdomain? #69

Open
voltechs opened this issue Sep 30, 2014 · 4 comments
Open

mount on subdomain? #69

voltechs opened this issue Sep 30, 2014 · 4 comments
Labels

Comments

@voltechs
Copy link

At the risk of creating an unnecessary issue, is upmin capable of being mounted on a subdomain? Is there something specific that needs to be set up in the engine?

I couldn't get it to setup properly in the routes despite setting condition subdomain: 'admin'

To summarize, is this an issue with upmin or my implementation?

(sorry, I don't know how to label this as a question)

@joncalhoun
Copy link
Member

Is it possible to try something like this: http://stackoverflow.com/questions/9293310/mount-an-engine-on-subdomain-rails-3-1 ?

As far as I am aware, there is nothing in upmin-admin that prevents it from being mounted as a subdomain, but I have never tested it. Please let me know if that stack overflow question helps so I can either close the issue or try to look further into it.

@voltechs
Copy link
Author

voltechs commented Oct 2, 2014

@joncalhoun Awesome! I will look into this. I did try the mounting prior to posting, but there might be a few nuances in there. For example, I might have to wrap everything else under a scope domain of '' (blank) to still allow for http://example.com vs http://www.example.com, which we prefer to use (non-www).

@mibamur
Copy link

mibamur commented Nov 10, 2014

@voltechs
Or you can do it with Nginx (proxy-web server)

@upmin
is this issue closed?

@mbrookes
Copy link
Contributor

Hi @voltechs, were you successful in the end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants