Daniel15 / simple-nuget-server

A very simple PHP NuGet server
MIT License
116 stars 43 forks source link

Is ngx_http_dav_module required? #11

Closed bilke closed 8 years ago

bilke commented 8 years ago

There is a dav_methods-directive in the nginx-config. Is the module ngx_http_dav_module required? If yes please add this to the Readme.

I dont have this module installed. I commented out the directive and now my pushes seem to do nothing (nuget says it was uploaded but the packagefiles-dir stays empty).

Daniel15 commented 8 years ago

Yes, it's required in order to allow the PUT method.

Daniel15 commented 8 years ago

Added note to the readme: https://github.com/Daniel15/simple-nuget-server/commit/8fb297515126cf5a2ebf47c4c6800c99d30bc0a7