mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2453] How to work with caddy? #1947
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#1947
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 @qiuhaotc on GitHub (Jun 21, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2453
My configuration:
frps.ini
frpc.ini
caddyfile
problem
I can use http://remote_ip:7001 to view that site, but when I try to use https://subdomain.domain.com to view the site, it always said:
Can someone give some advice on that, how to solve that problem?
@qiuhaotc commented on GitHub (Jun 21, 2021):
Error log in server
@fatedier commented on GitHub (Jun 22, 2021):
custom_domains = remote_ip->custom_domains = subdomain.domain.com@qiuhaotc commented on GitHub (Jun 22, 2021):
Thanks for the information, I will give it a try
@qiuhaotc commented on GitHub (Jun 22, 2021):
Its working, thanks a lot!!