custom error pages?
This commit is contained in:
parent
cb78a92298
commit
eba00323ac
2 changed files with 37 additions and 1 deletions
|
@ -1,8 +1,14 @@
|
|||
FROM nginxproxy/nginx-proxy:latest
|
||||
|
||||
# Copy NGINX config
|
||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Copy docker startup script
|
||||
COPY 90-copy-files.sh /docker-entrypoint.d
|
||||
|
||||
# Copy nginx files
|
||||
COPY config/vhost.d /custom/vhost.d
|
||||
COPY config/conf.d /custom/conf.d
|
||||
COPY config/conf.d /custom/conf.d
|
||||
|
||||
# copy error pages
|
||||
COPY error_pages/* /usr/share/nginx/html/
|
Reference in a new issue