LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

419 solutions found in server-admin

Page 1 of 21
0 votes
2 ans
5 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
5 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
6 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
5 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
5 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
3 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
3 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
3 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
3 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
3 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
3 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
5 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
3 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
4 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
5 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
4 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
3 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
0 votes
1 ans
3 views
Why is nginx responding to any domain name?

I have nginx up and running with a Ruby/Sinatra app and all is well. However, I'm now trying to have a second application running from the same server and I...

server-admin Solved
MA
asked 1 month ago by Martin
0 votes
1 ans
3 views
nginx the "ssl" directive is deprecated, use the "listen ... ssl"

After NGINX upgrade to `v1.15.2` starts getting the warning. `nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" d...

server-admin Solved
SA
asked 1 month ago by sambua
0 votes
1 ans
3 views
How to redirect a URL in Nginx

I need to redirect every http://test.com request to http://www.test.com. How can this be done. In the server block I tried adding rewrite ^/(.*) http...

server-admin Solved
AM
asked 1 month ago by Amal Kumar S