mirror of
https://codeberg.org/vegvisir/install.git
synced 2026-01-12 04:35:59 +01:00
feat: add RFC 2488 URL to generated .env.ini
This commit is contained in:
parent
f0c03d6b15
commit
f3a2a98d65
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ configure_vegvisir() {
|
||||||
"root_path = '${cwd}'"
|
"root_path = '${cwd}'"
|
||||||
"shell_page = 'public/shell'"
|
"shell_page = 'public/shell'"
|
||||||
"public_path = 'public/'"
|
"public_path = 'public/'"
|
||||||
|
"rfc_4288_url = 'http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types'"
|
||||||
)
|
)
|
||||||
|
|
||||||
for line in "${config[@]}" ; do
|
for line in "${config[@]}" ; do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue