alexcdev1 9 달 전
부모
커밋
7a8be758f7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docker-compose.prod.yml
  2. 1 1
      nginx/default.conf

+ 1 - 1
docker-compose.prod.yml

@@ -23,7 +23,7 @@ services:
   nginx:
     image: nginx:alpine
     ports:
-      - "8088:80"
+      - "80:80"
     volumes:
       - ./nginx:/etc/nginx/conf.d
       - ./logs/nginx:/var/log/nginx

+ 1 - 1
nginx/default.conf

@@ -1,6 +1,6 @@
 server {
     listen 80;
-    server_name match.dzhhzy.com;
+    server_name admin.dzhhzy.com;
 
     # Proxy settings
     location / {