nginx: overwrite the default.conf.

This commit is contained in:
Andrea Dell'Amico 2022-10-21 18:21:58 +02:00
parent 4398ca7cfa
commit 9f4748b2c8
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ LABEL maintainer="{{ docker_image_maintainer }}"
# Copy the PEP configuration
COPY nginx.conf /etc/nginx/nginx.conf
COPY pep.js /etc/nginx/pep.js
COPY nginx.default.conf /etc/nginx/conf.d/nginx.default.conf
COPY nginx.default.conf /etc/nginx/conf.d/default.conf