소스 검색

同步新的代码仓库

ccf 4 년 전
부모
커밋
2acbe229fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/nginx/template/proginn.nginx.conf

+ 1 - 1
config/nginx/template/proginn.nginx.conf

@@ -437,7 +437,7 @@ server {
 # 用户模块
 server {
     listen 80;
-    server_name {{domain}}user.test.proginn.com;
+    server_name {{domain}}.test-user.proginn.com;
 
     root /proginn-user/public/;
     index index.php index.html index.htm;