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

2
nginx-get-options Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
nginx -V 2>&1 | grep 'configure' | cut -d ':' -f 2 | sed 's/--with-cc-opt/\n/g' | head -n 1