Buffering issues with nginx

2017-07-16 Thread Dan34
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

How to solid three urls into one url for its users

2017-07-16 Thread David Woodstuck
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

Re: Got denied even the ip was allowed in the config file

2017-07-16 Thread RainFlying
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

Got denied even the ip was allowed in the config file

2017-07-16 Thread RainFlying
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