Skip to content

Commit 0ac5a2d

Browse files
committed
Made it a proper code snippet
1 parent 68c7df6 commit 0ac5a2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/symfony-cache-configuration.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,9 @@ options through the constructor:
166166
To use authorization headers for user context, you might have to add some server
167167
configuration to make these headers available to PHP.
168168

169-
With Apache, you can do this for example in a ``.htaccess`` file:
169+
With Apache, you can do this for example in a ``.htaccess`` file::
170170

171171
RewriteEngine On
172-
173172
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
174173

175174
Cleaning the Cookie Header

0 commit comments

Comments
 (0)