On 2019-05-09 17:30, careygister wrote:
> I am using the slice module to request data from an upstream server. My
> clients are connecting over SSL. With a non-SSL connection, nginx reads the
> slices from the upstream server as quickly as it can deliver them. Over SSL
> connections, slices are rea
Hi
Any luck with that? was that an issue ? I am also having similar issue but
dont know whats going in here
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,279748,284118#msg-284118
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.
Hello, guys.
I think I have a POC using autoindex, ssi and xslt. Obviously it
requires further tweaking.
You can use configuration like this:
map $uri $doc {
~*/index[^/]*(.*) $1;
}
server {
listen 8080;
proxy_http_version 1.1;
location /index/ {
alias /tests/nginx;
I am using the slice module to request data from an upstream server. My
clients are connecting over SSL. With a non-SSL connection, nginx reads the
slices from the upstream server as quickly as it can deliver them. Over SSL
connections, slices are read incrementally only as quickly as the client ca
Totally a typo, but fitting :)
On 09/05/2019 01:06, Patrick wrote:
On 2019-05-08 15:22, Brendan Doyle wrote:
I switched to using iperf, and it all seems to be working fin now.
^
Ha! I see what you did there