From: Arran Cudbard-Bell Date: Tue, 2 Apr 2024 16:20:22 +0000 (-0500) Subject: Needed for linux X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d74c6c51909a5cbc4bf9482b0dd77d743315c2b0;p=thirdparty%2Ffreeradius-server.git Needed for linux --- diff --git a/scripts/ci/openresty-setup.sh b/scripts/ci/openresty-setup.sh index 9b7747828f1..7d91fd41654 100755 --- a/scripts/ci/openresty-setup.sh +++ b/scripts/ci/openresty-setup.sh @@ -28,7 +28,7 @@ PASSWORD="whatever" CONF="${BUILDDIR}/nginx.conf" # Find the mime.types file -MIME_TYPES_LOCATIONS="/usr/local/etc/openresty/mime.types /opt/homebrew/etc/openresty/mime.types /usr/local/etc/nginx/mime.types /etc/nginx/mime.types" +MIME_TYPES_LOCATIONS="/usr/local/openresty/nginx/conf/mime.types /usr/local/etc/openresty/mime.types /opt/homebrew/etc/openresty/mime.types /usr/local/etc/nginx/mime.types /etc/nginx/mime.types" for i in ${MIME_TYPES_LOCATIONS}; do if [ -e "${i}" ]; then MIME_TYPES="${i}"