From f3a2a98d65e373de3439d8ea4fe8822b861c478d Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 16 Nov 2025 11:42:18 +0100 Subject: [PATCH] feat: add RFC 2488 URL to generated .env.ini --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a1a106b..ffae41c 100755 --- a/install.sh +++ b/install.sh @@ -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