Skip to content

Commit 2623071

Browse files
committed
Merge pull request #181 from Nyholm/patch-1
Fixed linebreak
2 parents fa6cd4a + 0ac5a2d commit 2623071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/symfony-cache-configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +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

171-
RewriteEngine On
171+
RewriteEngine On
172172
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
173173

174174
Cleaning the Cookie Header

0 commit comments

Comments
 (0)