We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c7df6 commit 0ac5a2dCopy full SHA for 0ac5a2d
doc/symfony-cache-configuration.rst
@@ -166,10 +166,9 @@ options through the constructor:
166
To use authorization headers for user context, you might have to add some server
167
configuration to make these headers available to PHP.
168
169
- With Apache, you can do this for example in a ``.htaccess`` file:
+ With Apache, you can do this for example in a ``.htaccess`` file::
170
171
RewriteEngine On
172
-
173
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
174
175
Cleaning the Cookie Header
0 commit comments