\Manager\nginx\logs
Ex: error_https.log, error.log, access.log files.
Regards,
Rakshith
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
So here is what the export policy looks like:
Policy RuleAccess Client RO
Vserver Name Index Protocol MatchRule
--- -- -
-
vs0 default 1 any 0.0.0.0/0
;
server_name vs0;
root /var/home/diag;
autoindex on;
}
The mount path is as shown above against the root entry.
This config is resulting in an error when i try to send request using Curl
as shown below:
[rakshith@cyclnb15 ~]$ curl -X GET -qvk
http://10.238.62.234:80/vol1_mnt_point
art:2.027
Total Time:34.160
* Closing connection #0
It says it transferred 100% but then the error says 404 not found.. Wanted
to know what the problem is here.
And the file did not make it through to the destination. I cross checked
it.
Any help on this would be really great.
Thanks,
R
I ask that question because when i tried to transfer 4GB file, i get an
error logged which says:
2013/08/01 10:02:57 [error] 50935#0: *27 client intended to send too large
body:
4582367864 bytes, client: y.y.y.y, server: sx1, request: "PUT /core_8GB.nz
HTTP/1.1", host: "x.x.x.x"..
Posted at Ngin
Hi,
Thanks for that reply!!.. So looks like Curl is not able to pick up the
whole file for transfer..And Does Nginx has a limit on how big a file can be
PUT/GET ??
-Rakshith
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,241437,241454#msg-241454
Hi,
I wanted to know whats the maximum file size which i can transfer using a
simple CURL PUT/GET command. I ask this because when i try to send a file
which is >64KB, i get a HTTP/1.1 100 Continue message:
File i am trying to do a PUT:
[rakshith~]$ ls -l nginx.tar
-rw-r--r-- 1 rakshith e