feat(update): apply recipes:update symfony/apache-pack

This commit is contained in:
Simon Vieille 2023-01-08 19:16:12 +01:00
parent f7e374cebc
commit 41abaa20d8
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 6 additions and 2 deletions

View file

@ -18,6 +18,10 @@ DirectoryIndex index.php
</IfModule>
<IfModule mod_rewrite.c>
# This Option needs to be enabled for RewriteRule, otherwise it will show an error like
# 'Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden'
Options +FollowSymlinks
RewriteEngine On
# Determine the RewriteBase automatically and set it as environment variable.

View file

@ -292,9 +292,9 @@
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "master",
"branch": "main",
"version": "1.0",
"ref": "71599f5b0fdeeeec0fb90e9b17c85e6f5e1350c1"
"ref": "efb318193e48384eb5c5aadff15396ed698f8ffc"
},
"files": [
"public/.htaccess"