I have Puma running as the upstream app server and Riak as my background db cluster. When I send a request that map-reduces a chunk of data for about...
Is there a way to have the master process log to STDOUT STDERR instead of to a file? It seems that you can only pass a filepath to the...
upstream app_front_static { server 192.168.206.105:80; } Never seen it before, anyone knows, what it means? 3 Answers 3
I have a webapp on a NGinx server. I set gzip on in the conf file and now I’m trying to see if it works. YSlow says it’s not,...
I have nginx installed with PHP-FPM on a CentOS 5 box, but am struggling to get it to serve any of my files – whether PHP or not. Nginx...
I installed Nginx on Centos 6 and I am trying to set up virtual hosts. The problem I am having is that I can’t seem to find the /etc/nginx/sites-available...
How can I have same rule for two locations in NGINX config? I have tried the following server { location /first/location/ | /second/location/ { .. .. } } but...
nginx keeps saying client intended to send too large body. Googling and RTM pointed me to client_max_body_size. I set it to 200m in the nginx.conf as well as in...
I’m looking to serve the root url of a subdomain and directory of a subdomain to two different folders on my server. Here is the simple set-up that I...
I am trying to deploy nginx on kubernetes, kubernetes version is v1.5.2, I have deployed nginx with 3 replica, YAML file is below, apiVersion: extensions/v1beta1 kind: Deployment metadata: name:...

