diff --git a/docker/common/nginx/nginx.conf b/docker/common/nginx/nginx.conf index c6cca8f43..ba11ab688 100644 --- a/docker/common/nginx/nginx.conf +++ b/docker/common/nginx/nginx.conf @@ -27,6 +27,6 @@ http { #gzip on; - include /etc/nginx/conf.d/*.conf; +# include /etc/nginx/conf.d/*.conf; include /tmp/*.conf; } diff --git a/docker/red-ui/Dockerfile b/docker/red-ui/Dockerfile index be4cccba3..477fffd5b 100644 --- a/docker/red-ui/Dockerfile +++ b/docker/red-ui/Dockerfile @@ -23,7 +23,7 @@ CMD ["/bin/cp", "-r", "/ng-app/dist/paligo-styles", "/tmp/styles-export"] ### STAGE 2: Setup ### -FROM nginx:1.25.3-alpine +FROM nginx:1.25.4-alpine ENV NGINX_ENVSUBST_OUTPUT_DIR=/tmp ENV PDFTRON_ALLOWED_HOSTS='' ## Copy our default nginx config