LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 1 of 106
0 votes
2 ans
1476 views
upstream sent too big header while reading response header from upstream

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...

server-meltdown Solved
VI
asked 2 weeks ago by Vidyut
0 votes
2 ans
969 views
Kubernetes service external ip pending

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...

server-meltdown Solved
PA
asked 2 weeks ago by Pankaj Jackson
0 votes
2 ans
4 views
Configure nginx with multiple locations with different root folders on subdomain

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...

server-admin Solved
SI
asked 1 month ago by simoes
0 votes
2 ans
4 views
nginx - client_max_body_size has no effect

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...

server-admin Solved
Q_
asked 1 month ago by q_no
0 votes
2 ans
5 views
What does upstream mean in nginx?

upstream app_front_static { server 192.168.206.105:80; } Never seen it before, anyone knows, what it means?

server-admin Solved
GD
asked 1 month ago by gdb
0 votes
1 ans
4 views
Possible reason for NGINX 499 error codes

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...

server-admin Solved
TA
asked 1 month ago by Tampa
0 votes
2 ans
4 views
NGINX: upstream timed out (110: Connection timed out) while reading response header from upstream

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...

server-admin Solved
US
asked 1 month ago by user2768537
0 votes
1 ans
2 views
Nginx reverse proxy causing 504 Gateway Timeout

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....

server-admin Solved
DA
asked 1 month ago by Dave Roma
0 votes
1 ans
2 views
nginx: how to not exit if "host not found in upstream"?

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...

server-admin Solved
MO
asked 1 month ago by Morozov
0 votes
1 ans
2 views
How to edit nginx.conf to increase file size upload

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&#39...

server-admin Solved
JE
asked 1 month ago by Jeff P.
0 votes
1 ans
2 views
Increasing client_max_body_size in Nginx conf on AWS Elastic Beanstalk

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&#...

server-admin Solved
NI
asked 1 month ago by Nick Parsons
0 votes
1 ans
2 views
Default nginx client_max_body_size

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...

server-admin Solved
AT
asked 1 month ago by atw
0 votes
1 ans
2 views
nginx.service failed because the control process exited

>nginx.service failed because the control process exited $ systemctl status nginx.service nginx.service - Startup script for nginx service...

server-admin Solved
DA
asked 1 month ago by daliborsb
0 votes
2 ans
4 views
nginx: send all requests to a single html page

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...

server-admin Solved
PR
asked 1 month ago by prismofeverything
0 votes
1 ans
2 views
nginx error "conflicting server name" ignored

server { #listen 80; ## listen for ipv4; this line is default and implied #listen [::]:80 default ipv6only=on; ## listen for ipv6...

server-admin Solved
US
asked 1 month ago by user1447121
0 votes
2 ans
3 views
SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

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...

server-admin Solved
GA
asked 1 month ago by Galou
0 votes
2 ans
4 views
How can query string parameters be forwarded through a proxy_pass with nginx?

upstream apache { server 127.0.0.1:8080; } server{ location ~* ^/service/(.*)$ { proxy_pass http://apache/$1;...

server-admin Solved
AL
asked 1 month ago by Alex Luya
0 votes
2 ans
3 views
nginx server_name wildcard or catch-all

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...

server-admin Solved
TA
asked 1 month ago by Tak
0 votes
1 ans
2 views
Are you trying to mount a directory onto a file (or vice-versa)?

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...

general-dev Solved
ST
asked 1 month ago by Steven Luo
0 votes
1 ans
2 views
How do you change the server header returned by nginx?

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?

server-admin Solved
DA
asked 1 month ago by daniels