mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2830] How to custom the 404 page #2264
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#2264
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 @smallfish01 on GitHub (Mar 8, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2830
Bug Description
Hello,
When I access FRP server IP from web browser and I got the information:
"The page you requested was not found.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
The server is powered by frp.
Faithfully yours, frp."
I found the information came from /opt/frp/pkg/util/vhost/resource.go, but when I removed these information and restart frps service, then try access frp server again the information still exists.
How can I custom the information? Which file/files should I edit ?
Thank you.
frpc Version
0.38.1
frps Version
0.38.1
System Architecture
Linux/amd64
Configurations
Configuration files are ok, I can access the custom domain from outside.
Logs
No response
Steps to reproduce
The page you requested was not found.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
The server is powered by frp.
Faithfully yours, frp.
...
Affected area
@xqzr commented on GitHub (Mar 9, 2022):
bf635c0e90/conf/frps_full.ini (L129)@smallfish01 commented on GitHub (Mar 9, 2022):
Thank you so much.
@github-actions[bot] commented on GitHub (Apr 9, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.