Hey all, I've been migrating some of my machines to be using nginx + php-fpm and ditched apache. However this is not an easy task as I haven't found a way to serve subversion off http using nginx only. Is that even possible? I know apache offer the mod_dav_svn module and many more modules but I'm not sure nginx offer the equivalent.
Thanks