Skip to content

Commit 49f6b2a

Browse files
committed
bug symfony#5211 Rebase symfony#5182 (Balamung)
This PR was squashed before being merged into the 2.3 branch (closes symfony#5211). Discussion ---------- Rebase symfony#5182 Commits ------- de5cbc5 Rebase symfony#5182
2 parents 20ac2a6 + de5cbc5 commit 49f6b2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/configuration/web_server_configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The **minimum configuration** to get your application running under Apache is:
5252
# uncomment the following lines if you install assets as symlinks
5353
# or run into problems when compiling LESS/Sass/CoffeScript assets
5454
# <Directory /var/www/project>
55-
# Option FollowSymlinks
55+
# Options FollowSymlinks
5656
# </Directory>
5757
5858
ErrorLog /var/log/apache2/project_error.log
@@ -90,7 +90,7 @@ and increase web server performance:
9090
# uncomment the following lines if you install assets as symlinks
9191
# or run into problems when compiling LESS/Sass/CoffeScript assets
9292
# <Directory /var/www/project>
93-
# Option FollowSymlinks
93+
# Options FollowSymlinks
9494
# </Directory>
9595
9696
ErrorLog /var/log/apache2/project_error.log
@@ -194,7 +194,7 @@ directive to pass requests for PHP files to PHP FPM:
194194
# uncomment the following lines if you install assets as symlinks
195195
# or run into problems when compiling LESS/Sass/CoffeScript assets
196196
# <Directory /var/www/project>
197-
# Option FollowSymlinks
197+
# Options FollowSymlinks
198198
# </Directory>
199199
200200
ErrorLog /var/log/apache2/project_error.log
@@ -230,7 +230,7 @@ should look something like this:
230230
# uncomment the following lines if you install assets as symlinks
231231
# or run into problems when compiling LESS/Sass/CoffeScript assets
232232
# <Directory /var/www/project>
233-
# Option FollowSymlinks
233+
# Options FollowSymlinks
234234
# </Directory>
235235
236236
ErrorLog /var/log/apache2/project_error.log

0 commit comments

Comments
 (0)