stanley-king 1 year atrás
parent
commit
3f3efad0aa
2 changed files with 3 additions and 3 deletions
  1. 1 1
      core/framework/core/base.php
  2. 2 2
      docker/compose/homecuda/compose.env

+ 1 - 1
core/framework/core/base.php

@@ -219,7 +219,7 @@ final class Base
 
 		//默认以文件形式存储session信息
 		if (strcmp($config['session_type'], 'files') === 0) {
-			session_save_path(BASE_DATA_PATH.'/session');
+            session_save_path(BASE_DATA_PATH . '/session');
             Log::record("session on file",Log::DEBUG);
 		} elseif (strcmp($config['session_type'], 'redis') === 0) {
 			session_save_path($config['session_save_path']);

+ 2 - 2
docker/compose/homecuda/compose.env

@@ -1,9 +1,9 @@
 #Mobile接入层Nigix端口
-MACCNGINX_PORT=8100
+MACCNGINX_PORT=8300
 #Refill接入层Nginx端口
 RACCNGINX_PORT=8200
 #Admin后台Nginx端口
-ADMINGINX_PORT=8300
+ADMINGINX_PORT=8100
 #ReadMine Nigix 端口
 RMINE_NGINX_PORT=8080
 #主站上传文件路径