Skip to content

Commit

Permalink
Fix 404 Link For "Pushing Beyond Gzipping" Article by Marcel Duran
Browse files Browse the repository at this point in the history
  • Loading branch information
hatzopoulos authored and LeoColomb committed May 15, 2018
1 parent 4d08e82 commit 18a537b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ ServerSignature Off
<IfModule mod_deflate.c>

# Force compression for mangled `Accept-Encoding` request headers
# https://developer.yahoo.com/blogs/ydn/pushing-beyond-gzipping-25601.html
# https://calendar.perfplanet.com/2010/pushing-beyond-gzipping/

<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
Expand Down
2 changes: 1 addition & 1 deletion src/web_performance/compression.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IfModule mod_deflate.c>

# Force compression for mangled `Accept-Encoding` request headers
# https://developer.yahoo.com/blogs/ydn/pushing-beyond-gzipping-25601.html
# https://calendar.perfplanet.com/2010/pushing-beyond-gzipping/

<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
Expand Down

0 comments on commit 18a537b

Please sign in to comment.