nginx https

This commit is contained in:
2022-05-01 18:45:14 +03:00
commit 73cce2e835
5 changed files with 146 additions and 0 deletions

3
docker/nginx.Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:1.21.1-alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY /config/nginx.conf /etc/nginx/conf.d