Commit cc950f89 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: adding webdav support on nginx

Conflicts:
	software/slaprunner/common.cfg
	software/slaprunner/nginx_conf.in
parent 3c7d2831
......@@ -26,6 +26,7 @@ parts =
template
eggs
nginx
webdav-module
instance-runner-import
instance-runner-export
slapos-cookbook
......@@ -34,9 +35,23 @@ parts =
rdiff-backup
collective.recipe.template-egg
develop =
/opt/slapos.toolbox/
/opt/slaprunner/
[webdav-module]
recipe = hexagonit.recipe.download
url = https://github.com/arut/nginx-dav-ext-module/archive/master.zip
strip-top-level-dir = true
#md5sum =
mode = 0644
[nginx]
configure-options =
--with-ipv6
--with-http_ssl_module
--with-mail
--with-mail_ssl_module
--with-ld-opt="-L ${zlib:location}/lib -L ${openssl:location}/lib -L ${pcre:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -L ${libexpat:location}/lib"
--with-cc-opt="-I ${pcre:location}/include -I ${openssl:location}/include -I ${zlib:location}/include -I ${libexpat:location}/include"
--with-http_dav_module
--add-module='${webdav-module:location}'
[template]
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment