mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Upgraded recipe of symfony/apache-pack
This commit is contained in:
parent
c75cdecbe8
commit
ab7c02e6cc
2 changed files with 7 additions and 3 deletions
|
@ -54,6 +54,10 @@ DirectoryIndex index.php
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
<IfModule mod_rewrite.c>
|
<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
|
RewriteEngine On
|
||||||
|
|
||||||
# Determine the RewriteBase automatically and set it as environment variable.
|
# Determine the RewriteBase automatically and set it as environment variable.
|
||||||
|
|
|
@ -401,12 +401,12 @@
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes-contrib",
|
"repo": "github.com/symfony/recipes-contrib",
|
||||||
"branch": "master",
|
"branch": "main",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"ref": "9d254a22efca7264203eea98b866f16f944b2f09"
|
"ref": "efb318193e48384eb5c5aadff15396ed698f8ffc"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./public/.htaccess"
|
"public/.htaccess"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"symfony/asset": {
|
"symfony/asset": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue