No matter what configs I try, nginx still keeps buffering my requests.
These are the configs that I apply in my test:
```
proxy_pass http://localhost:80;
proxy_request_buffering off;
proxy_buffer_size 4k;
proxy_buffers 8 4k;
proxy_no_cache 1;
proxy_s
I just use Nginx for a couple of weeks. I have the following questions. I
hope I can get your help.
I have a big web application whose urls are dev01.mydomain.com,
dev02.mydomain and dev03.mydomain.com. I like to use Nginx to deliver this
application for its users. On each page, there are a lot of
OK. Got it.
I'm using OpenResty, it reads different config files.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,275518,275519#msg-275519
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
This is part of the virtual server config
server {
listen 80;
server_name .kosungames.com;
include backend_acl.conf;
access_log /var/log/nginx/access-admin.log main;
error_log /var/log/nginx/error-admin.log debug;
client_max_body_size 16m;
root /srv/www/site;
in