Skip to content

Commit

Permalink
[-] Unnecessary default.conf. R: nginx_loc.conf is implemented. FB: C…
Browse files Browse the repository at this point in the history
…hanged the docker-compose-local.yaml setting to use nginx_loc.conf.
  • Loading branch information
ArtemKAF committed Mar 25, 2024
1 parent 484896e commit 6e502b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion infra/docker-compose-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
ports:
- "80:80"
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
- ./nginx/nginx_loc.conf:/etc/nginx/conf.d/default.conf
- static_volume:/staticfiles/
depends_on:
- backend
Expand Down
30 changes: 0 additions & 30 deletions infra/nginx/default.conf

This file was deleted.

0 comments on commit 6e502b4

Please sign in to comment.