Actually build and install nginx-dav-ext-module.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
3
docker-entrypoint.d/06-enable-modules.sh
Executable file
3
docker-entrypoint.d/06-enable-modules.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user