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 = ...@@ -26,6 +26,7 @@ parts =
template template
eggs eggs
nginx nginx
webdav-module
instance-runner-import instance-runner-import
instance-runner-export instance-runner-export
slapos-cookbook slapos-cookbook
...@@ -34,9 +35,23 @@ parts = ...@@ -34,9 +35,23 @@ parts =
rdiff-backup rdiff-backup
collective.recipe.template-egg collective.recipe.template-egg
develop = [webdav-module]
/opt/slapos.toolbox/ recipe = hexagonit.recipe.download
/opt/slaprunner/ 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] [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