Replies: 2 comments 1 reply
-
@quyleanh, if your Nginx deals with the TLS stuff, you should enable |
Beta Was this translation helpful? Give feedback.
1 reply
-
My mistake when using |
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.
-
I'm running Adguard Home with docker-compose file. The config is following:
I setup initially with port 3000 and Adguard Home is running well in internal network.
When I come to encryption to take advantage of DoH, DoT with a domain like
sub.example.com
. I change port 80 to 3080, port 443 to 3443 to reserve default http and https port (80 and 443) for my webserver.The DoT work well with port 853 default. However I have to use port 3443 to access Adguard Home dashboard as well as DoH.
Since I want to config nginx to access Adguard Home dashboard directly through port 443 by just entering
sub.example.com
instead ofsub.example.com:3443
, I use the following config in nginx.as How to configure a reverse proxy server for AdGuard Home? wiki instruction.
However, when ever I access to
sub.example.com
, theClient sent an HTTP request to an HTTPS server.
appears on brower.How can I config nginx to achieve my purpose? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions