</p>
<example><title>mod_headers example</title>
<highlight language="config">
- <Location /index.html>
- Header add Link "</css/site.css>;rel=preload"
- Header add Link "</images/logo.jpg>;rel=preload"
- </Location>
+<Location /index.html>
+ Header add Link "</css/site.css>;rel=preload"
+ Header add Link "</images/logo.jpg>;rel=preload"
+</Location>
</highlight>
</example>
<p>
</ol>
<example><title>Shorter Priority Rules</title>
<highlight language="config">
- H2PushPriority application/json 32 # an After rule
- H2PushPriority image/jpeg before # weight inherited
- H2PushPriority text/css interleaved # weight 256 default
+H2PushPriority application/json 32 # an After rule
+H2PushPriority image/jpeg before # weight inherited
+H2PushPriority text/css interleaved # weight 256 default
</highlight>
</example>
</usage>