2108 solutions found
Page 1 of 106votes
I am getting these kind of errors: > 2014/05/24 11:49:06 [error] 8376#0: *54031 upstream sent too big header while reading response header from upstrea...
votes
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: extensio...
votes
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 have a...
votes
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 we...
votes
upstream app_front_static { server 192.168.206.105:80; } Never seen it before, anyone knows, what it means?
votes
I'm getting a lot of 499 NGINX error codes. I see that this is a client side issue. It is not a problem with NGINX or my uWSGI stack. I note the correlat...
votes
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 25K users...
votes
I am using Nginx as a reverse proxy that takes requests then does a proxy_pass to get the actual web application from the upstream server running on port 8001....
votes
We have several rails apps under common domain in Docker, and we use nginx to direct requests to specific apps. our_dev_server.com/foo # proxies to foo a...
votes
I want to increase the `maximum file size` that can be uploaded. After doing some research online, I found that you have to edit the file 'nginx.conf'...
votes
I'm running into **"413 Request Entity Too Large"** errors when posting files larger than 10MB to our API running on AWS Elastic Beanstalk. I&#...
votes
I have been getting the nginx error: 413 Request Entity Too Large I have been able to update my `client_max_body_size` in the server section of my ngi...
votes
>nginx.service failed because the control process exited $ systemctl status nginx.service nginx.service - Startup script for nginx service...
votes
Using nginx, I want to preserve the url, but actually load the same page no matter what. I will use the url with `History.getState()` to route the requests in...
votes
server { #listen 80; ## listen for ipv4; this line is default and implied #listen [::]:80 default ipv6only=on; ## listen for ipv6...
votes
I'm not able to setup SSL. I've Googled and I found a few solutions but none of them worked for me. I need some help please... Here's the error I...
votes
upstream apache { server 127.0.0.1:8080; } server{ location ~* ^/service/(.*)$ { proxy_pass http://apache/$1;...
votes
I have an instance of nginx running which serves several websites. The first is a status message on the server's IP address. The second is an admin console...
votes
I have a docker with version `17.06.0-ce`. When I trying to install NGINX using docker with command: docker run -p 80:80 -p 8080:8080 --name nginx -v $PW...
votes
There's an option to hide the version so it will display only nginx, but is there a way to hide that too so it will not show anything or change the header?