# easyflow_wangeditor **Repository Path**: aspfm/easyflow_wangeditor ## Basic Information - **Project Name**: easyflow_wangeditor - **Description**: easyflow_wangeditor - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-09 - **Last Updated**: 2025-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wangeditor #### 介绍 wangeditor+api调用实例 #### 软件架构 jquery 访问地址:http://localhost:17080/eflow/wangedit/upload-image.html?docid=200&readonly=10 #### 安装教程 1、在nginx目录创建eflow\wangedit 2、把当前项目内容复制到wangedit目录 3、nginx配置 # server { listen 8080; server_name localhost; client_max_body_size 100m; charset utf-8; #charset koi8-r; #access_log logs/host.access.log main; location /eflow { alias eflow; index index.html; } location /webroot/decision { proxy_pass http://localhost:8075/webroot/decision; } location /eflowapi/v1 { proxy_pass http://127.0.0.1:20670/api/v1; # 转发规则 proxy_set_header Host $proxy_host; # 修改转发请求头,让8080端口的应用可以受到真实的请求 proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } } 4、后端使用easyflow_python #### 使用说明 #### 参与贡献 #### 特技