mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2668] C端无法访问php文件,html正常访问,PHP提示404 not found #2129
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#2129
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 @okwindows on GitHub (Nov 19, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2668
Bug Description
C端无法访问php文件,html正常访问,PHP提示404 not found
frpc Version
0.38.0
frps Version
0.38.0
System Architecture
centos
Configurations
server{ listen 80; server_name *.test.xxx.com; location / { proxy_pass http://xx.xx.xx.xx:7001; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header REMOTE-HOST $remote_addr; } }Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Dec 20, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.