star7th / showdoc

ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具
https://www.showdoc.com.cn
Other
12.24k stars 2.19k forks source link

反向代理有时无法保存 #1265

Closed sknpy closed 3 years ago

sknpy commented 3 years ago

您好,我最近使用自动脚本安装了一个showdoc,返回了访问网址和端口,服务器在内网环境

使用内网网址+端口一切正常,使用外网网址反向代理到showdoc出现无法保存的问题

文字和十分简短的代码可以保存,但我在保存如下代码时卡住,出现保存无效的情况,请问应该怎么办呀。

#include<iostream>
using namespace std;

int main() {

    //变量的定义
    //语法:数据类型  变量名 = 初始值

    int a = 10;
    cout << "a = " << a << endl;
    system("pause");
    return 0;
}
sknpy commented 3 years ago

抱歉!!!是我装了个新的防火墙!!!!!!