feat: add RFC 2488 URL to generated .env.ini

This commit is contained in:
Victor Westerlund 2025-11-16 11:42:18 +01:00
parent f0c03d6b15
commit f3a2a98d65
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -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