mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #811] 配合nginx转发有奇效【咨询】 #633
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#633
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 @WxpBlog on GitHub (Jun 8, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/811
当我配置两个custom_domains时【如下】,访问http://mail.xxx.com:81 ,这个域名返回 The page you visit not found ,当我使用nginx反代时,nginx反而能正常获取 http://mail.xxx.com:81 的数据,oa.xxx.com 访问正常,为什么?
客户端:
服务端:
cat /etc/nginx/conf.d/oa.inc
@fatedier commented on GitHub (Jun 8, 2018):
你的
custom_domains的用法是错的,多个域名使用英文逗号分隔。