Re: solve "maximum number of descriptors" problem
Try this version: http://nginx-win.ecsds.eu/
View ArticleProblems with Geo-Switch
Hi,I'am very new to nginx and I have to realize a location switch. We have a single point of entry https://switching.beta.tecdi/DMS/. At this single point of entry I have to split up the requests...
View ArticleShow the effective values of variables
How do I show the effective value of variables of nginx configuration at runtime? Or is there an alternative way to print the variable values for debuggin purposes?
View Articletrying to set nginx wp-multisite keep getting 500 Internal Server Error
I am following https://rtcamp.com/wordpress-nginx/tutorials/multisite/subdomains/minimal/ to try and set up nginx - wp-multi site.I keep getting 500 internal server errorDont know why.The following is...
View ArticleRe: Nginx 1.4.4-4 / limit_conn / limit rate
Addendum:Upgraded to Nginx 1.4.5-1, but nothing changed. The limit_rate directive is still not working.
View ArticleHelp with "unknown directive"
Hi, i'm Claudio,i have some problem with nginx on a raspberry pi, i have installed the version 1.4.5,after installation, had lunched and it works good, but now when i modify the nginx.conf in...
View ArticleCodeigniter Configuration - 404 Page Not Found Error
I am not sure how many times this question has been answered before, but every answer that I look at gives a different approach to solving this problem of which none of them worked. I am migrating from...
View ArticleChange Port
Hey you,I try to switch from apache2 to NGINX.I edited all configs of NGINX so, that the Port listens on "1337" but NGINX is alway saying:[...]nginx: [warn] conflicting server name "meinedomain.de" on...
View ArticleMonitoring nginx active connexions
Helly guys,I was using nginx_status to monitor my nginx. My company decided to install a firewall in front of my nginx :( and now my stats are all wrongs. Before I had Active connections: 3000 and now...
View ArticleRe: Change Port
I want to use an other port, because under port 80 an other webserver is runningexcerpt of my config:events {worker_connections 1024;}http {server_names_hash_max_size 1024;server_names_hash_bucket_size...
View ArticleChanged Root Path, PHP not working any more
Hello, I'm new to nginx so i'm sure i'm missing something basic...I installed php and nginx on debian wheezy (virtualbox machine). Everything worked fine when I left the default root path at...
View Articlegzip cause white screen of death (wsod)
Hi Guys, I have a problem here. My website, www.tokopedia.com use nginx 1.5.10 with gzip activated. Some of our users got white screen of death (wsod). It turns out that it is because of gzip. These...
View ArticleRe: Change Port
Hey you out there,the problem was, that there as a server where no "listen" has been defined, so that this one tried to bind the domain to port "80". I edited it to "listen 1337;"Now it worx :D
View ArticleRe: gzip cause white screen of death (wsod)
SOLVED, I add Transfer-Encoding:chunked;CASE CLOSED.
View ArticleReverse proxy with URI rewrite
Hi, sorry for posting this kind of question again, as it looks like there would be enough ogf them already. :(Well I'm stupid enough not to catch the point. I just to make this work, but it doesn't...
View Articleclient_body_temp_path umask
location /upload {client_body_temp_path /var/www/staging/;#use clean in prodclient_body_in_file_only on;client_body_buffer_size 128K;client_max_body_size 100M;proxy_pass_request_headers...
View ArticleHow to limit stream speed
I have implemented a limit_rate speed for my mp4 stream, and this working fine,(my mp4 config)location ~ \.mp4$ {secure_link $arg_s,$arg_e;secure_link_md5 sifra$uri$arg_e;if ($secure_link = "") {return...
View ArticleHelp with Nginx GeoIP load balancing with failover
I am attempting to set up a test Nginx load balanced environment. So far I have sucessfully configured a load balancer nginx-balancer1 and 3 servers to serve webpages nginx1, nginx2 & nginx3.I want...
View ArticleHow to get Nginx virtual host to work?
Got my question up here, can't access my website on my public IP:http://serverfault.com/questions/578762/how-to-make-nginx-virtual-host-work-page-not-found
View Articlealias and nested location
I have a location to match php files:# PHP handlerlocation ~ \.php {## Catch 404s that try_files missif (!-e $request_filename) { rewrite / /index.php last; }## Store code is defined in administration...
View Article