From 877f243ce24c3988e131224f565d2e6cb5d8e43d Mon Sep 17 00:00:00 2001 From: Niek <100143256+SchoNie@users.noreply.github.com> Date: Fri, 3 May 2024 11:09:30 +0200 Subject: [PATCH] docs: url fixes Fix 404 to docker-entrypoint.sh Add hyperlink to nginx.tmpl reference. --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index d1d5e35..6e29e03 100644 --- a/docs/README.md +++ b/docs/README.md @@ -507,7 +507,7 @@ docker run -d -p 80:80 -e ENABLE_IPV6=true -v /var/run/docker.sock:/tmp/docker.s ### Scoped IPv6 Resolvers -NginX does not support scoped IPv6 resolvers. In [docker-entrypoint.sh](https://github.com/nginx-proxy/nginx-proxy/tree/main/docker-entrypoint.sh) the resolvers are parsed from resolv.conf, but any scoped IPv6 addreses will be removed. +Nginx does not support scoped IPv6 resolvers. In [docker-entrypoint.sh](https://github.com/nginx-proxy/nginx-proxy/blob/main/app/docker-entrypoint.sh) the resolvers are parsed from resolv.conf, but any scoped IPv6 addreses will be removed. ### IPv6 NAT @@ -599,7 +599,7 @@ proxy_set_header X-Original-URI $request_uri; proxy_set_header Proxy ""; ``` -**_NOTE_**: If you provide this file it will replace the defaults; you may want to check the .tmpl file to make sure you have all of the needed options. +**_NOTE_**: If you provide this file it will replace the defaults; you may want to check the [nginx.tmpl](https://github.com/nginx-proxy/nginx-proxy/blob/main/nginx.tmpl) file to make sure you have all of the needed options. ### Proxy-wide