Files
goatbin/docker-entrypoint.d/06-enable-modules.sh
Gregory Marco ad50519b4f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Actually build and install nginx-dav-ext-module.
2024-12-08 02:50:28 -06:00

4 lines
161 B
Bash
Executable File

#!/bin/sh
BASE_CONFIG_PATH=/etc/nginx/nginx.conf
echo "load_module /etc/nginx/modules/ngx_http_dav_ext_module.so;\n$(cat $BASE_CONFIG_PATH)" > $BASE_CONFIG_PATH