File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 48
48
Allow from All
49
49
</Directory>
50
50
51
+ # uncomment the following lines if you install assets as symlinks
52
+ # or run into problems when compiling LESS/Sass/CoffeScript assets
53
+ # <Directory /var/www/project>
54
+ # Option FollowSymlinks
55
+ # </Directory>
56
+
51
57
ErrorLog /var/log/apache2/project_error.log
52
58
CustomLog /var/log/apache2/project_access.log combined
53
59
</VirtualHost>
@@ -151,6 +157,12 @@ directive to pass requests for PHP files to PHP FPM:
151
157
Require all granted
152
158
</Directory>
153
159
160
+ # uncomment the following lines if you install assets as symlinks
161
+ # or run into problems when compiling LESS/Sass/CoffeScript assets
162
+ # <Directory /var/www/project>
163
+ # Option FollowSymlinks
164
+ # </Directory>
165
+
154
166
ErrorLog /var/log/apache2/project_error.log
155
167
CustomLog /var/log/apache2/project_access.log combined
156
168
</VirtualHost>
@@ -181,6 +193,12 @@ should look something like this:
181
193
Allow from all
182
194
</Directory>
183
195
196
+ # uncomment the following lines if you install assets as symlinks
197
+ # or run into problems when compiling LESS/Sass/CoffeScript assets
198
+ # <Directory /var/www/project>
199
+ # Option FollowSymlinks
200
+ # </Directory>
201
+
184
202
ErrorLog /var/log/apache2/project_error.log
185
203
CustomLog /var/log/apache2/project_access.log combined
186
204
</VirtualHost>
You can’t perform that action at this time.
0 commit comments