Nnginx sticky module with no_fallback- How?
Hi,I am trying to use sticky module for sticky sessions based on cookies.I have three backend servers, server1,server2,server3.When all three are available, my sticky module is working fine.upstream...
View ArticleRe: Nnginx sticky module with no_fallback- How?
https://code.google.com/p/nginx-sticky-module/wiki/Documentationhttp://dgtool.blogspot.nl/2013/02/nginx-as-sticky-balancer-for-ha-using.html
View ArticleRe: 405 NOT ALLOWED .PHP FILE
When in wordpress Import XML files gives - 405 Not Allowed - NginxHow to solve this error.Thanks
View ArticleVery high cpu consumption (Drupal7 + NginX + PHP FPM)
We are working on an application which is using Drupal 7 on (NginX + PHP-FPM). But during performance testing we have observed that Applications Server consuming very high CPU. Average CPU consumption...
View Articleproxy_buffer_size: separate http header & body?
Hello,I have a question about NGINX configuration as an HTTP reverse proxy with proxy_buffering set to "on".What is the reason for the existence of proxy_buffer_size? In other words, why would you want...
View ArticleA config to Zarafa WS
Hello Do you Zarafa WS? This creates an exchange solution. I look for a config to create a good relationship between the package zarafa-ws. thank you for sharing Mz
View ArticleReverse proxy setting for web application
Hello, I've installed owncloud and I'm able to make it work using the URL http://owncloud.mydomain.org I would like NGINX to reverse proxy so that I would access owncloud through...
View ArticleNginx Reverse Proxy File Upload Failure
I am running Nginx v1.8.0 to serve all my static files and node.js to do the dynamic stuff. One of the things Nginx needs to do is proxy files over to node.js which stores the file. node.js seems to...
View Articlehost + phpmyadmin = don't work // first use of nginx
Hello, I am starting to try nginx. To begin i would like to install phpmyadmin, i think it a good exercise. ** Information - my server uses ubuntu 14.04 - my server has got an IPv6 only - the url to...
View ArticleSensitive file blocking in location not working
I want to block some sensitive files, especially all *.log files wherever they occur. So, I copied and pasted the following example, right into the very first rule. location ~*...
View ArticleRe: Sensitive file blocking in location not working
Enable debug mode and see which location block is processing the request, there might be an issue with the order.
View ArticleRe: Sensitive file blocking in location not working
So you know I said I'd tried every pattern? Well I went back, CTRL-Z in the editor and I found that actually I had skipped one: This DOES work! location ~* \.(pl|cgi|py|sh|lua|log|md5)$ { return 444; }...
View ArticleRe: Sensitive file blocking in location not working
talkingnews Wrote: ------------------------------------------------------- > Question: What is the purpose of that )\$ at the end of the closing > bracket? I got the example from here:...
View ArticleMonitor requests per second with Nginx
Hello. After several hours of testing, I decided to register here to ask for some support. I have some trouble monitoring requests per second with nginx. It is working fine on small amounts of traffic,...
View ArticleRe: Monitor requests per second with Nginx
Increase worker_processes and worker_connections
View ArticleRe: Monitor requests per second with Nginx
Thanks for the response. I have however tried this, with several different configs. There seems to be a problem with the kernel, as no matter what nginx config I use, it caps around 18-20k requests...
View ArticleWebsite in subfolder
Hi, today i'm in a great adventures with my nginx conf :) I wanna move rainloop and vimbadmin in directory (ex: domain.com/rainloop , domain.com/vimbadmin), but i can't. I tried many ways to do this,...
View ArticleRe: Monitor requests per second with Nginx
Then you need to sort that out first, nginx depends on a lot of default OS functionality.
View ArticleWordPress & Nginx (CentOS 7) .PHP downloading instead of executing
I've been at this for days. I can't figure out why when i go to my ip for wordpress it downloads the .php, but it works fine when i put in my_ip/phpMyAdmin. I'm not sure what I'm doing wrong or if I...
View Article