mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1433] Dashboard 的认证是否可以关闭? #1126
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1126
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 @Yrr0r on GitHub (Sep 8, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1433
访问frps的dashboard的时候会要求HTTP认证,这个功能用在希望反向代理dashboard页面的时候比较麻烦,是否可以直接不认证就进入dashboard页面,以方便反向代理该页面?
PS:折腾好久了也没法用nginx反代frps的dashbaord,有人弄成功了可以上传一个示例配置吗
#1262
@fatedier commented on GitHub (Sep 9, 2019):
这两个都设置为空就没有鉴权。
nginx 反代 Basic Auth 服务: google
多利用搜索引擎,学习了解下 nginx 的相关用法以及 Basic Auth 的原理,磨刀不误砍柴工。
@Yrr0r commented on GitHub (Sep 11, 2019):
多谢指教