Commit 6890e35e authored by Guillaume Quintard's avatar Guillaume Quintard Committed by guillaume quintard

Enable H/2 by default

parent 27ab9fbb
...@@ -24,6 +24,7 @@ LimitCORE=infinity ...@@ -24,6 +24,7 @@ LimitCORE=infinity
ExecStart=/usr/sbin/varnishd \ ExecStart=/usr/sbin/varnishd \
-a :6081 \ -a :6081 \
-a localhost:8443,PROXY \ -a localhost:8443,PROXY \
-p feature=+http2 \
-f /etc/varnish/default.vcl \ -f /etc/varnish/default.vcl \
-s malloc,256m -s malloc,256m
ExecReload=/usr/sbin/varnishreload ExecReload=/usr/sbin/varnishreload
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment