Additionally, the following parameters are available as part of our commercial subscription: Кроме того, следующие параметры доступны как часть коммерческой подписки: slow_start=time http://nginx.org/ru/docs/http/ngx_http_upstream_module.html#upstreamby itpp2012 - Nginx Mailing List - Russian
Have a look at the simple WAF inside the latest archive here http://nginx-win.ecsds.eu/ look in the /conf folder. Works for any OS.by itpp2012 - How to...
You can use nginx to be a ssl (stream) terminator and just loop local for rtmp within the same instance.by itpp2012 - Ideas and Feature Requests
This? https://github.com/arut/nginx-rtmp-module/by itpp2012 - Ideas and Feature Requests
Maybe this one https://tipstricks.itmatrix.eu/tcp-load-balancing-for-email-servers-with-nginx/by itpp2012 - How to...
fran125 Wrote: ------------------------------------------------------- > error.log output. > > 6028#0: "upstream" directive is not allowed here in > /etc/nginx/nginx.conf Easy to find http://nginx.org/en/docs/http/ngx_http_upstream_module.html#upstream Look at your context area.by itpp2012 - How to...
Anything is possible, config? error logs?by itpp2012 - How to...
You may want to consider adding your features to https://groups.google.com/forum/#!topic/openresty-en/b5HjE9rfmdAby itpp2012 - Other discussion
> even if I request http (not https) it automatically switches me to https. Can't get it to use http. > server { > listen 80; <<<=== > listen 443 ssl http2; > return 301 $scheme://www.domain.com$request_uri; Duh :-)by itpp2012 - How to...
No because one user (web browser) can easily open 20 or more simultaneous connections to get a better web response. A bot might be less prone to do the same but most connect at about 5 simultaneous connections.by itpp2012 - Nginx Mailing List - English
Then you need to sort that out first, nginx depends on a lot of default OS functionality.by itpp2012 - How to...
Increase worker_processes and worker_connectionsby itpp2012 - How to...
Debug mode will show everything, just do a simple Curl test to keep the logfile small.by itpp2012 - Other discussion
Enable debug and see what nginx is selecting as context type which should also tell why.by itpp2012 - Other discussion
talkingnews Wrote: ------------------------------------------------------- > Question: What is the purpose of that )\$ at the end of the closing > bracket? I got the example from here: http://stackoverflow.com/questions/15205994/what-does-mean-in-this-regex > Thanks - and sorry for taking your time, but I was copying one of the > many bad configs off the internet! Stop doiby itpp2012 - How to...
Enable debug mode and see which location block is processing the request, there might be an issue with the order.by itpp2012 - How to...
I know its a minefield, thats why I said what I said, its not that complicated, people are making it complicated :) For each Apache redirect you really have to ask yourself what it is suppose to do, ALWAYS refer to debug logging to find out why something isn't working. And (repeating myself) if you want to know why thing work look into the debug logging because it will tell you exactly whatby itpp2012 - Migration from Other Servers
Just start with the basics, you might not need any rewrite at all and if you do we first need to see whats happening before figuring out what to do about it.by itpp2012 - Migration from Other Servers
Start with something simple: worker_processes 2; events { worker_connections 16384; } http { include mime.types; default_type application/octet-stream; sendfile off; server_names_hash_bucket_size 128; map_hash_bucket_size 64; tcp_nodelay on; # server { listen 80; server_name bla.nl; root 'bla';by itpp2012 - Migration from Other Servers
Additionally, when you start from zero and things don't work do NOT try to be smart and add all kinds of things to make it work because that will only bring you back to square one. If it doesn't work STOP and ask for assistance, once you and the forum users understand whats going on, solutions are not too far away.by itpp2012 - Migration from Other Servers
That example is exactly how not to use IF, and what is the point of all those rewrites? What first needs to be done is to answer what needs to be tested and what is expected for the application to work. Start with a basic stripped down config and use the logs/debug logs to figure out why things are not working, then we can think about solving that. For 99% of these kind of applications it isby itpp2012 - Migration from Other Servers
Keyur Wrote: ------------------------------------------------------- > If its poorly written code then I need to inform the developer that > 504 is happening due to issue in php code and not due to nginx or > php-fpm and if its due to Nginx or Php-fpm then need to fix that. How many php master/slave processes are running generally and how many when you get 5xx errors? It is best tby itpp2012 - Nginx Mailing List - English
Happy new year ya all! Lets see if we can surpass Apache and get nginx as the number 2 in the world this year !by itpp2012 - Nginx Mailing List - English
If its only external then it is a router/firewall issue not nginx.by itpp2012 - Other discussion
Show us more of what you are doing with Curl, what you send and what suppose to happen. And try a more recent version like 1.9by itpp2012 - Other discussion
Not really, you could try: location /web2print { proxy_pass http://192.100.100.82:6080/web2print; } Hence the / removal. The backend seems to be returning an error.by itpp2012 - Other discussion
https://forum.nginx.org/read.php?5,245516by itpp2012 - Other discussion
Have you tried without locking?by itpp2012 - Nginx Mailing List - English
Your (pastebin) config? Cache situation? (harddisks, cache configuration, etc.)by itpp2012 - Nginx Mailing List - English
https://code.google.com/p/nginx-sticky-module/wiki/Documentation http://dgtool.blogspot.nl/2013/02/nginx-as-sticky-balancer-for-ha-using.htmlby itpp2012 - How to...
![]() |
![]() |
![]() |
![]() |
|