]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Needed for linux
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 2 Apr 2024 16:20:22 +0000 (11:20 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 2 Apr 2024 16:20:22 +0000 (11:20 -0500)
scripts/ci/openresty-setup.sh

index 9b7747828f142006ffd4a7db3853ae7ebec4eddc..7d91fd4165428551da6f42a735d2b31acf0e4ab9 100755 (executable)
@@ -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}"