DNS_PROBE_FINISHED_NXDOMAIN #326
Unanswered
hakanaku1234
asked this question in
Q&A
Replies: 1 comment
-
Hello @hakanaku1234! This proxy is a service which you will use along with your sites, so, you must add your new service/site (test1.example.com) in your new docker ccontainer using the environment variables: VIRTUAL_HOST=your.domain.com
LETSENCRYPT_HOST=your.domain.com
[email protected] So, if your domain is set to your server correctly you will be able to access your domain in your browser using the following: docker run -dit -e VIRTUAL_HOST=your.domain.com -e LETSENCRYPT_HOST=your.domain.com -e [email protected] --network=proxy --name test-web httpd:alpine Please follow through the docs below and see if there is any remaining questions: https://github.com/evertramos/nginx-proxy-automation/tree/master/docs Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
hello, i have started this project in background successfully
but when i access my sub-domain (ex: test1.example.com, test2.example.com, etc...)
the browser (chrome) still response
DNS_PROBE_FINISHED_NXDOMAIN
looks like it didn't reach the nginx proxy.
i wonder how can i fix this problem, thanks!
Beta Was this translation helpful? Give feedback.
All reactions