emersoncavalcanti1972 I installed the repository NGINX server, but I couldn't find a way to install the module to support the WebDAV extension. This allows a site running on the server, for example, to support the PUT, DELETE, and PATCH methods. Can you help me?
JoshStrobl emersoncavalcanti1972 This allows a site running on the server, for example, to support the PUT, DELETE, and PATCH methods. nginx is our repository is intended for local web development and not for using it as a fully-fledged web server. Use an actual server operating system for that, like Fedora Server.
emersoncavalcanti1972 JoshStrobl Yes, I understand it is for local development only. And this is what I am using. I am not thinking about use for production. But as a development station, you must have access to the PUT, DELETE, and PATCH methods. This is widely used in REST.
DataDrake emersoncavalcanti1972 Wat. PUT, DELETE, PATCH, and OPTIONS are all part of HTTP. PROPFIND is the only verb you have mentioned which is a part of WebDAV.
emersoncavalcanti1972 DataDrake Sorry, sincerely agree with you. And yes, it's working perfectly without directive. Grateful for the memory and sorry for anything.