How to use wildcard domain for demo server #497
Unanswered
AungKoKoLin1997
asked this question in
Q&A
Replies: 0 comments
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.
-
I have a wildcard domain for my demo server. (eg,
*.democe.site
)And I answer the question for domains like below.
I am using Traefik 2 and this is my inverseproxy.yaml.
Reference from #469
I configure like this because I want to make one domain per one database by setting
dbfilter = %d
.Now, I can't access my odoo instance using any subdomain(eg,
demo18.democe.site
) but I can ping this subdomain.Beta Was this translation helpful? Give feedback.
All reactions