@@ -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