Skip to content

Commit

Permalink
Enable the deflate when going back to the browser.
Browse files Browse the repository at this point in the history
FPP_Install will include the changes so set to the new version
  • Loading branch information
dkulp committed Jul 14, 2021
1 parent 12ebe78 commit f4729df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SD/FPP_Install.sh
Expand Up @@ -55,7 +55,7 @@
SCRIPTVER="5.0"
FPPBRANCH=${FPPBRANCH:-"master"}
FPPIMAGEVER="5.0-alpha"
FPPCFGVER="66"
FPPCFGVER="67"
FPPPLATFORM="UNKNOWN"
FPPDIR=/opt/fpp
FPPUSER=fpp
Expand Down
3 changes: 1 addition & 2 deletions etc/apache2.site
Expand Up @@ -18,8 +18,7 @@
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
SetOutputFilter INFLATE
SetEnv no-gzip 1
SetOutputFilter INFLATE;DEFLATE
ProxyHTMLBufSize 32768
# ProxyHTMLEnable On
ProxyHTMLStripComments Off
Expand Down

0 comments on commit f4729df

Please sign in to comment.