alexcdev1 6 months ago
parent
commit
7a8be758f7
2 changed files with 2 additions and 2 deletions
  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 / {