Soojin NAM

Results 5 comments of Soojin NAM

I use proxy_pass to use lua-resty-upload in http2. :-) ```` $ curl -F "[email protected]" https://localhost:8443/upload --http2 --insecure ```` ```` http { server { listen 8088; location /upload { content_by_lua '...

@szl-926929 luajit-zstd requires a libzstd.so library. Did you install it? If not, you can install it as directed by https://github.com/facebook/zstd#build-instructions.