File tree 1 file changed +4
-3
lines changed
Resources/doc/reference/configuration
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -317,9 +317,10 @@ keeping previously set Vary options:
317
317
318
318
**type **: ``integer ``
319
319
320
- Set a X-Reverse-Proxy- TTL header for reverse proxy time-outs not driven by
320
+ Set a custom TTL header for reverse proxy time-outs not driven by
321
321
``s-maxage ``. This keeps your ``s-maxage `` free for use with reverse proxies
322
- not under your control.
322
+ not under your control. The default header name is ``X-Reverse-Proxy-TTL `` but
323
+ you can customize the header name as explained in the next section.
323
324
324
325
.. warning ::
325
326
@@ -351,7 +352,7 @@ This example adds the header ``X-Reverse-Proxy-TTL: 3600`` to your responses.
351
352
352
353
**type **: ``string `` default `X-Reverse-Proxy-TTL `
353
354
354
- Change the name for the header for reverse proxy.
355
+ You can change the header name used for the `` reverse_proxy_ttl `` option:
355
356
356
357
.. code-block :: yaml
357
358
You can’t perform that action at this time.
0 commit comments