mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 14:15:56 +03:00
[GH-ISSUE #63] Server Address 添加https格式时不加端口号报错 #50
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @foreshadowe on GitHub (Jun 4, 2021).
Original GitHub issue: https://github.com/Finb/bark-server/issues/63
报错:
Invalid server! please try again!
当Server Address 为 https://ip 时会报如上错误
当使用 https://ip:443 格式时可以正常添加。
不知道哪里出了问题
nginx配置文件与Readme推荐格式一致
谢谢!