AGH and NPM #7595
Unanswered
KOCTET-SPB
asked this question in
Q&A
AGH and NPM
#7595
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. Need help. I don't understand how it works.
I installed AdguardHome on VPS via Docker, also installed NPM as a reverse proxy, everything works, I can go to the control panel by domain name, in NPM as a domain name there are two names example.com and *.example.com, a wildcard certificate was received for them, everything works fine, I see the control panel, both at the address https://example.com and at the address https://example.example.com, everything works fine here. But when I record https://example.example.com/dns-query as a DON server, I get an error, when the record https://example.com/dns-query/example
works fine. I don't understand why this happens and how to configure it so that the record example.example.com/dns-query works fine.
Docker config if need:
docker run --name adguardhome
--restart unless-stopped
-v /opt/docker/adguardhome/work:/opt/adguardhome/work
-v /opt/docker/adguardhome/conf:/opt/adguardhome/conf
-p 8080:80/tcp -p 3000:3000/tcp
-d adguard/adguardhome
docker run --name nginx-proxy-manager
--restart unless-stopped
-p 80:80/tcp
-p 81:81/tcp
-p 443:443/tcp
-v /opt/docker/npm/data:/data
-v /opt/docker/npm/letsencrypt:/etc/letsencrypt
-d jc21/nginx-proxy-manager
In NPM the configuration is as follows:
domain two names: *.example.com example.com
host: http 111.222.333.444 port: 8080 SSL is enabled and a certificate for this domain is received.
Beta Was this translation helpful? Give feedback.
All reactions