From 33d8ff39b67f5932995a75bedfc3f54574bf5b53 Mon Sep 17 00:00:00 2001 From: bflykky Date: Tue, 30 Jul 2024 19:28:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20nginx=20=EC=BB=A8=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=84=88=20=EB=B3=BC=EB=A5=A8=20=EC=98=B5=EC=85=98=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index bb6c0b9..3695906 100644 --- a/compose.yml +++ b/compose.yml @@ -9,7 +9,7 @@ services: container_name: nginx-dev image: nginx:latest volumes: - - ./naoman/default.conf:/etc/nginx/conf.d/efault/conf + - ./naoman/default.conf:/etc/nginx/conf.d/default/conf restart: always ports: - 80:80