diff --git a/conf/.env b/conf/.env index a5fdb53..9987ad1 100644 --- a/conf/.env +++ b/conf/.env @@ -1,4 +1,4 @@ MINIO_ROOT_USER=__ADMIN__ MINIO_ROOT_PASSWORD=__PASSWORD__ MINIO_VOLUMES="__DATA_DIR__/" -MINIO_OPTS="-C __FINAL_PATH__/ --address 127.0.0.1:__PORT__ --console-address :__CONSOLE_PORT__" +MINIO_OPTS="-C __FINAL_PATH__/ --address 127.0.0.1:__PORT__ --console-address :__PORT_CONSOLE__" diff --git a/conf/nginx.conf b/conf/nginx.conf index d699684..923afcc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ rewrite ^$ /; location ~ ^(/ws|/api|/images|/Loader.svg|/apple-icon-180x180.png|/favicon-96x96.png|/favicon-16x16.png|/favicon-32x32.png|/login|/styles|/static|/manifest.json|/$) { - proxy_pass http://127.0.0.1:__CONSOLE_PORT__; + proxy_pass http://127.0.0.1:__PORT_CONSOLE__; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";