mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #827] use_encryption = true打开了 但实际上css js文件并没有看到体积被压缩 #646
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#646
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 @lantinglou on GitHub (Jun 15, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/827
use_encryption = true打开了 但实际上css js文件并没有看到体积被压缩,请问是什么状况
@masterc24 commented on GitHub (Jun 15, 2018):
那只是流压缩,不是内容压缩,不是一个概念。
@lantinglou commented on GitHub (Jun 15, 2018):
那怎么开启gzip压缩呢
@fatedier commented on GitHub (Jun 17, 2018):
首先,
use_encryption是加密。其次,你想看到浏览器下载的是压缩的 css js 文件,就去搜索相关的在 web server 上提供的解决方案。