Actually build and install nginx-dav-ext-module.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-08 02:50:28 -06:00
parent 9c935596b3
commit ad50519b4f
3 changed files with 12 additions and 2 deletions

View 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