Tagged Questions
0
votes
0answers
74 views
How can I prevent nginx from returning 404s on files currently being PUT via WebDav?
I am running NGINX as my web server and Apache as my WebDav server. I am doing HLS video so new playlist files with the same name are constantly being uploaded to the WebDav server. There appears to ...