[PR #299] [CLOSED] imporve iconfont path #4167

Closed
opened 2026-05-05 14:36:54 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/299
Author: @undirectlookable
Created: 4/13/2017
Status: Closed

Base: devHead: dev


📝 Commits (1)

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 src/assets/static/css/iconfont.css (+5 -5)

📄 Description

将 dashboard 放置于 nginx 后端时,想跑在已有的 443 端口的子目录下,配置如:

location /frp/ {
    proxy_pass http://127.0.0.1:7500/;
}

会导致字体文件加载失败。

将字体文件路径改为相对路径即可解决。


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/299 **Author:** [@undirectlookable](https://github.com/undirectlookable) **Created:** 4/13/2017 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`b4831f6`](https://github.com/fatedier/frp/commit/b4831f6f5176387f16bd129bc6a9fcee35e82557) imporve iconfont path ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/assets/static/css/iconfont.css` (+5 -5) </details> ### 📄 Description 将 dashboard 放置于 nginx 后端时,想跑在已有的 443 端口的子目录下,配置如: ```nginx location /frp/ { proxy_pass http://127.0.0.1:7500/; } ``` 会导致字体文件加载失败。 将字体文件路径改为相对路径即可解决。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:36:54 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4167
No description provided.