forked from colin/resume
Remove Brotli compression (not available in default Caddy image)
This commit is contained in:
parent
ab5f8e774e
commit
2cdd7341c0
|
@ -1,7 +1,7 @@
|
|||
:8080 {
|
||||
root * .
|
||||
file_server
|
||||
encode gzip brotli
|
||||
encode gzip
|
||||
|
||||
# Performance optimizations
|
||||
header {
|
||||
|
|
Loading…
Reference in New Issue