forked from colin/resume
Remove unsupported protocols directive (HTTP/2 enabled by default in Caddy 2)
This commit is contained in:
parent
b93b8564de
commit
3853b6ba6f
|
@ -43,9 +43,6 @@
|
||||||
format json
|
format json
|
||||||
}
|
}
|
||||||
|
|
||||||
# Enable HTTP/2
|
|
||||||
protocols h2c h2 http/1.1
|
|
||||||
|
|
||||||
# Enable static file serving with caching
|
# Enable static file serving with caching
|
||||||
file_server {
|
file_server {
|
||||||
precompressed
|
precompressed
|
||||||
|
|
Loading…
Reference in New Issue