[symfony/apache-pack] Better FollowSymlinks suggestion

Add "+" before commented out FollowSymlinks option so that it wouldn't overwrite other options
This commit is contained in:
Florian Bastien
2020-01-23 22:19:40 +01:00
committed by GitHub
parent c98b3162b1
commit a82c8111be
+1 -1
View File
@@ -9,7 +9,7 @@ DirectoryIndex index.php
# feature in your server configuration. Uncomment the following line if you
# install assets as symlinks or if you experience problems related to symlinks
# when compiling LESS/Sass/CoffeScript assets.
# Options FollowSymlinks
# Options +FollowSymlinks
# Disabling MultiViews prevents unwanted negotiation, e.g. "/index" should not resolve
# to the front controller "/index.php" but be rewritten to "/index.php/index".