Skip to content

Commit

Permalink
Fix nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Sep 10, 2024
1 parent 1126646 commit 541e757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/nginx_Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ COPY .docker/nginx/nginx_ssl.conf /etc/nginx/nginx_ssl.conf
COPY .docker/nginx/nginx_log.conf /etc/nginx/nginx_log.conf
COPY .docker/nginx/nginx_certbot.conf /etc/nginx/nginx_certbot.conf
COPY .docker/nginx/include /etc/nginx/include
COPY .docker/nginx/static /etc/nginx/static
#COPY .docker/nginx/static /etc/nginx/static

RUN rm -f /etc/nginx/conf.d/default.conf


Expand Down

0 comments on commit 541e757

Please sign in to comment.