@@ -52,7 +52,7 @@ The **minimum configuration** to get your application running under Apache is:
52
52
# uncomment the following lines if you install assets as symlinks
53
53
# or run into problems when compiling LESS/Sass/CoffeScript assets
54
54
# <Directory /var/www/project>
55
- # Option FollowSymlinks
55
+ # Options FollowSymlinks
56
56
# </Directory>
57
57
58
58
ErrorLog /var/log/apache2/project_error.log
@@ -90,7 +90,7 @@ and increase web server performance:
90
90
# uncomment the following lines if you install assets as symlinks
91
91
# or run into problems when compiling LESS/Sass/CoffeScript assets
92
92
# <Directory /var/www/project>
93
- # Option FollowSymlinks
93
+ # Options FollowSymlinks
94
94
# </Directory>
95
95
96
96
ErrorLog /var/log/apache2/project_error.log
@@ -194,7 +194,7 @@ directive to pass requests for PHP files to PHP FPM:
194
194
# uncomment the following lines if you install assets as symlinks
195
195
# or run into problems when compiling LESS/Sass/CoffeScript assets
196
196
# <Directory /var/www/project>
197
- # Option FollowSymlinks
197
+ # Options FollowSymlinks
198
198
# </Directory>
199
199
200
200
ErrorLog /var/log/apache2/project_error.log
@@ -230,7 +230,7 @@ should look something like this:
230
230
# uncomment the following lines if you install assets as symlinks
231
231
# or run into problems when compiling LESS/Sass/CoffeScript assets
232
232
# <Directory /var/www/project>
233
- # Option FollowSymlinks
233
+ # Options FollowSymlinks
234
234
# </Directory>
235
235
236
236
ErrorLog /var/log/apache2/project_error.log
0 commit comments