# dataease-nginx-ssl **Repository Path**: fanfantuan/dataease-nginx-ssl ## Basic Information - **Project Name**: dataease-nginx-ssl - **Description**: nginx-ssl 项目部署使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-01-10 - **Last Updated**: 2026-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nginx-ssl 主要用于 DataEase 环境部署 SSL 使用; # 使用前提条件: 服务器已部署 DataEase 服务 | 服务器已部署 docker、docker-compose # 使用方法: 1. 将本项目的 nginx 目录下载至服务器,放置于 /opt/dataease 目录下; 2. 将你的 SSL 证书放置于 /opt/dataease/nginx/ssl 目录下; 3. 进入 /opt/dataease/nginx 目录,修改 nginx.conf 文件,修改为自己环境的配置; 4. 进入 /opt/dataease/nginx 目录,执行 docker-compose up -d 启动 nginx 5. 浏览器访问 服务器 IP 即可跳转到 DataEase 服务,并强制跳转 HTTPS。