deploy to directories in domain #1241
Unanswered
doncqueurs
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Currently, Kamal only supports virtual hosting of multiple apps with different domain names (such as app1.example.com, app2.example.com). It does not support path-based virtual hosting, like you mentioned. Since, Kamal automatically handles SSL certificate for the subdomains, any reason stopping you from using different subdomains for your apps? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I believe Kamal could be a game changer for what I am doing building small apps. It looks very interesting, but I've got one question. I have a number of small apps that I am currently hosting under the same subdomain like sub.domain.com/app1, sub.domain.com/app2 etc. For each app, I have a separate git repo and I would like to be able to deploy changes independent from each other. Is there a way to deploy to a directory (under a subdomain) (thus creating a separate container for each app) while using the kamal proxy to manage everything on the domain and the certificate etc.
Jochem
Beta Was this translation helpful? Give feedback.
All reactions