mirror of
https://codeberg.org/vegvisir/install.git
synced 2026-01-11 20:26:01 +01:00
feat: add RFC 2488 URL to generated .env.ini (#10)
In Vegvisir 3.4.0 ([#91](/vegvisir/vegvisir/pulls/91)) the `rfc_4288_url` will default to `null` if unset to use the system's `magic.mime` file instead. This means we need to set this variable to the "recommended" URL explicitly since it won't default to that anymore. Reviewed-on: https://codeberg.org/vegvisir/install/pulls/10
This commit is contained in:
parent
f0c03d6b15
commit
3af40f71be
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ configure_vegvisir() {
|
|||
"root_path = '${cwd}'"
|
||||
"shell_page = 'public/shell'"
|
||||
"public_path = 'public/'"
|
||||
"rfc_4288_url = 'http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types'"
|
||||
)
|
||||
|
||||
for line in "${config[@]}" ; do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue