Skip to content

Commit

Permalink
use Tailscale resolver in nginx forward proxying
Browse files Browse the repository at this point in the history
Signed-off-by: openhabian <openhabian@openHABian>
  • Loading branch information
openhabian authored and openhabian committed Oct 15, 2023
1 parent fcb575c commit 3efab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server {
listen 8888;

location / {
#resolver 100.100.100.100; # use default Tailscale nameserver
resolver 100.100.100.100; # use default Tailscale nameserver
proxy_pass https://$http_host$request_uri;
}
}
Expand Down

0 comments on commit 3efab8a

Please sign in to comment.