thank you i will try it now
thanks for you time
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,289290,289308#msg-289308
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
There's no point in trying, that module's code is full of errors and too
many hacks.
Your better of with Lua which is embedded in our version, see
https://www.gakhov.com/articles/implementing-api-based-fileserver-with-nginx-and-lua.html
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,2
thanks for you replay
yep i'm already download nginx src and trying to compiler it with the module
but i'm stuck in perl 5.10.0 and mingw is using 5.8.8
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,289290,289303#msg-289303
___
nginx mai
On Thu, Sep 03, 2020 at 06:55:56AM -0400, jasonsx wrote:
Hi there,
For what it's worth:
to handle file uploads in nginx, you need nginx + your own code; or
nginx + this upload module + your own code.
Using this module might make the "your own code" part a bit easier to
write; but it will still
thanks you
this will be great :)
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,289290,289297#msg-289297
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I will have a look to see if this can be included in our next version.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,289290,289295#msg-289295
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
thank you for fast replay
well i was search alot and alot for the binary this include the module in it
but i can't found any of nginx binray
already download alot of binary from website and fail with it
i'm a windows user so the linux will be hard to me
thank
Posted at Nginx Forum:
https://
On Thu, Sep 03, 2020 at 02:18:12AM -0400, jasonsx wrote:
Hi there,
> and i got this
> 2020/09/03 08:02:21 [emerg] 8252#1152: unknown directive "upload_pass" in
> C:\nginx-1.19.2/conf/vhost/ug04.cn.center.conf:43
That means that the nginx binary that you are using does not include a
module that u
hi
today i'm start using nginx 1.19.2
trying to create upload files
and i got this
2020/09/03 08:02:21 [emerg] 8252#1152: unknown directive "upload_pass" in
C:\nginx-1.19.2/conf/vhost/ug04.cn.center.conf:43
my config
server
{
listen 82;
server_name 192.168.1.2;
index index.