clash of clans
anyone here play clash of clans?we have a tool running on nginx, we love it!clashbot.orghttp://clashbot.orgits super cool, check it out! its all fast and amazing thanks to nginx :)
View ArticleError when uploading files to Jira through Nginx
Hi,We are running Nginx in front of several of our different webpages/services. Among others Jira is one of them. We are now facing a problem when trying to upload larger files to Jira. In Jira the...
View ArticleRe: Error when uploading files to Jira through Nginx
Could be a corrupt cookie, also see this one:http://stackoverflow.com/questions/12315832/how-to-fix-nginx-throws-400-bad-request-headers-on-any-header-testing-tools
View ArticleRe: Error when uploading files to Jira through Nginx
My error log shows this:2015/08/14 13:30:10 [warn] 12324#13008: *11662613 an upstream response is buffered to a temporary file D:\nginx-1.7.10/temp/proxy_temp/6/94/0000763946 while reading upstream,...
View ArticleRe: Error when uploading files to Jira through Nginx
thg Wrote:-------------------------------------------------------> My error log shows this:>> 2015/08/14 13:30:32 [info] 12324#13008: *11662698 client closed> connection while waiting for...
View ArticleRe: Error when uploading files to Jira through Nginx
Tried adding this line but it made no difference. Did I miss something?proxy_ignore_headers X-Accel-Buffering;
View ArticleRe: Error when uploading files to Jira through Nginx
Also tried proxy_buffering off; but I am still unable to get it to work. Appreciate any help with getting the correct syntax.
View ArticleRe: Error when uploading files to Jira through Nginx
Try doing the client part with curl to exclude any browser issue.
View ArticleRe: Error when uploading files to Jira through Nginx
Hi,Got some help here with cURL and it seems there are no browser issue (I have never used this tool before). My helper also indicated that by being able to upload files <20MB browser issues would...
View ArticleRe: Error when uploading files to Jira through Nginx
thg Wrote:-------------------------------------------------------> Hi,>> Got some help here with cURL and it seems there are no browser issue> (I have never used this tool before). My...
View ArticleAlert "already header sent" is printed in error.log
Hi, I use nginx-1.8.0 as a reverse proxy.When I set upt the configuration and ran it, I got the following errors.in debug.log file2015/08/20 17:17:25 [debug] 12180#0: *354785 writev: -1 of...
View Articlebitrate disbalance at caching - how the internals work?
Hi there,I use nginx as reverse proxy with caching. At a test I can see 25Mbps steady inflow (nginx downloads from the origin) and 10Mbps outflow (nginx streams to the test client). I have default...
View ArticleNginx Reverse Proxy with IIS8 authentication cannot prompt for authentication
I have setup nginx in linux server as a reverse proxy and my backend web server is IIS8 at windows server 2012 with authentication. When access the URL, it suppose to prompt for authentication but it...
View ArticleRe: Nginx Reverse Proxy with IIS8 authentication cannot prompt for...
found the root cause, in IIS require SSL section should set to ignore. Thanks.
View Articlenginx.conf and directories error
After server reboot images from sites have gone.In few hours i've spotted that nginx loades images if i ask for the directly but doent load them from html page.Here is...
View ArticleRe: nginx.conf and directories error
You are right. There where no request for images.So it's not nginx.Thx.
View ArticleRe: Definition of $request_time
Keep in mind there are 2 variables called $request_time, one in ngx_http_core_module and another in ngx_http_log_module.Without having looked at the code or tested it, I believe that these variables...
View Articlenginx response logging
I wish there was an easy way to log http responses in nginx just as we can log the request with $request_body in the log format in access.log. I know there is a lua method to do so but thats not good...
View ArticleRe: Nginx is very slow
I have the same problem...plz help meworker_processes 6;worker_rlimit_nofile 30000;events {worker_connections 8192;}
View Article