add redirects support

This commit is contained in:
2024-01-01 14:37:24 +01:00
parent 5902732262
commit 6d3c345e75
4 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,7 @@
FROM nginx:alpine
RUN sed -i 's/^\(.*\)http {/\1http {\n map_hash_bucket_size 128;\n/' /etc/nginx/nginx.conf
COPY nginx/ /etc/nginx/conf.d/
COPY public /usr/share/nginx/html