mod_http_upload_external/README: Add Perl implementation by Holger to list
authorKim Alvefur <zash@zash.se>
Wed, 18 Jul 2018 23:44:09 +0200
changeset 3193 57332ea0c1c7
parent 3192 5c3f3f5a4377
child 3194 76a2aca48b4f
mod_http_upload_external/README: Add Perl implementation by Holger to list
mod_http_upload_external/README.markdown
--- a/mod_http_upload_external/README.markdown	Wed Jul 18 15:57:13 2018 +0200
+++ b/mod_http_upload_external/README.markdown	Wed Jul 18 23:44:09 2018 +0200
@@ -18,6 +18,7 @@
 * [PHP implementation](https://hg.prosody.im/prosody-modules/raw-file/tip/mod_http_upload_external/share.php)
 * [Python3+Flask implementation](https://github.com/horazont/xmpp-http-upload)
 * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer)
+* [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload)
 
 To implement your own service compatible with this module, check out the implementation notes below 
 (and if you publish your implementation - let us know!).