changeset 3189:57332ea0c1c7

mod_http_upload_external/README: Add Perl implementation by Holger to list
author Kim Alvefur <zash@zash.se>
date Wed, 18 Jul 2018 23:44:09 +0200
parents 5c3f3f5a4377
children 76a2aca48b4f
files mod_http_upload_external/README.markdown
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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!).