Skip to content

Commit

Permalink
feat(nginx-pwa): change NGINX_CONFIG_JS_PATH to NGINX_CONFIG_JS_URI
Browse files Browse the repository at this point in the history
BREAKING CHANGE: NGINX_CONFIG_JS_PATH changed to NGINX_CONFIG_JS_URI
  • Loading branch information
alimd committed Jan 23, 2024
1 parent 366ba5f commit 2429161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV NGINX_CLIENT_MAX_BODY_SIZE=1k \
NGINX_GZIP_COMP_LEVEL=5 \
NGINX_GZIP_MIN_LENGTH=256 \
NGINX_DISABLE_SYMLINKS=if_not_owner \
NGINX_CONFIG_JS_PATH=/data/config.js
NGINX_CONFIG_JS_URI=

ARG BUILD_REV
ARG BUILD_DATE
Expand Down

0 comments on commit 2429161

Please sign in to comment.