File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM bfren/nginx:nginx1.22-4.0.12
1
+ FROM bfren/nginx:nginx1.22-4.0.14
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-proxy"
4
4
Original file line number Diff line number Diff line change 1
- 5.0.13
1
+ 5.0.14
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ bf-env "PROXY_SITES" "/sites"
28
28
29
29
PROXY_ACME_CHALLENGE=.well-known/acme-challenge
30
30
bf-env "PROXY_ACME_CHALLENGE" "${PROXY_ACME_CHALLENGE}"
31
- bf-env "PROXY_WWW_ACME_CHALLENGE" "${NGINX_WWW }/${PROXY_ACME_CHALLENGE}"
31
+ bf-env "PROXY_WWW_ACME_CHALLENGE" "${NGINX_ROOT }/${PROXY_ACME_CHALLENGE}"
32
32
33
33
if [ "${PROXY_GETSSL_DEBUG-}" = "1" ] ; then
34
34
bf-env "PROXY_GETSSL_FLAGS" "-d -U"
Original file line number Diff line number Diff line change 2
2
# but all other requests can be blocked from outside the local network, for example)
3
3
location ^~ /<%= "${PROXY_ACME_CHALLENGE}" %> {
4
4
allow all;
5
- root <%= "${NGINX_WWW }" %>;
5
+ root <%= "${NGINX_ROOT }" %>;
6
6
}
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ server {
52
52
include helpers/nginx-ignore-favicon.conf;
53
53
include helpers/nginx-static-files.conf;
54
54
55
- # serve pages in <%= "${NGINX_WWW }" %> (map volume to override default pages)
56
- root <%= "${NGINX_WWW }" %>;
55
+ # serve pages in <%= "${NGINX_ROOT }" %> (map volume to override default pages)
56
+ root <%= "${NGINX_ROOT }" %>;
57
57
58
58
<%+ ./nginx-ssl-certs.part.esh %>
59
59
}
You can’t perform that action at this time.
0 commit comments