Skip to content

Commit

Permalink
bug #5211 Rebase #5182 (Balamung)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 2.3 branch (closes #5211).

Discussion
----------

Rebase #5182

Commits
-------

de5cbc5 Rebase #5182
  • Loading branch information
wouterj committed Apr 26, 2015
2 parents 20ac2a6 + de5cbc5 commit 49f6b2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbook/configuration/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The **minimum configuration** to get your application running under Apache is:
# uncomment the following lines if you install assets as symlinks
# or run into problems when compiling LESS/Sass/CoffeScript assets
# <Directory /var/www/project>
# Option FollowSymlinks
# Options FollowSymlinks
# </Directory>
ErrorLog /var/log/apache2/project_error.log
Expand Down Expand Up @@ -90,7 +90,7 @@ and increase web server performance:
# uncomment the following lines if you install assets as symlinks
# or run into problems when compiling LESS/Sass/CoffeScript assets
# <Directory /var/www/project>
# Option FollowSymlinks
# Options FollowSymlinks
# </Directory>
ErrorLog /var/log/apache2/project_error.log
Expand Down Expand Up @@ -194,7 +194,7 @@ directive to pass requests for PHP files to PHP FPM:
# uncomment the following lines if you install assets as symlinks
# or run into problems when compiling LESS/Sass/CoffeScript assets
# <Directory /var/www/project>
# Option FollowSymlinks
# Options FollowSymlinks
# </Directory>
ErrorLog /var/log/apache2/project_error.log
Expand Down Expand Up @@ -230,7 +230,7 @@ should look something like this:
# uncomment the following lines if you install assets as symlinks
# or run into problems when compiling LESS/Sass/CoffeScript assets
# <Directory /var/www/project>
# Option FollowSymlinks
# Options FollowSymlinks
# </Directory>
ErrorLog /var/log/apache2/project_error.log
Expand Down

0 comments on commit 49f6b2a

Please sign in to comment.