nodeSolidServer / nodeSolidServer/node-solid-server
Document config.json when using reverse proxy
未关闭
还没有人认领这个 Issue。
documentation
good first issue
priority-low
- 主要语言
- JavaScript
- 星标
- 1.8k
- 派生
- 308
- PR 合并指标
- 30 天内没有已合并 PR
描述
I assume this is the intended setup?
- If I run Apache on port 80 + 443
- and I run sold-server at port 5001
- and my hostname is
example.com
then theconfig.jsonfile has those entries:
{
"port": "5001",
"serverUri": "https://example.com",
}
Is that right?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 config.json 开始,验证 port 和 serverUri 的值如何对应所描述的 Apache 反向代理设置。完成的标准是记录已确认的 example.com 配置,包括检查现有四条注释时发现的任何注意事项。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- apache, node.js
- 领域
- documentation, infrastructure
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100