"add_header" directive is not allowed here
Hi I have this service where I proxy_pass a lot of different locations to different services. All "locations" in this "server" need to have a lot of add_header lines for cors filtering. But if I move...
View ArticleRe: routines:ssl3_check_cert_and_algorithm:dh key too small
I've run into this problem too, and I've done some tests that show it's related to either the server or the client's version of openssl, such as when both my client and server are: OpenSSL version...
View Article502 error comes frequently on ngnix server
Ngnix server giving 502 error frequently It redirects the request to node server rest api
View ArticleLet nginx do retry on other upstream if fail or not?
Is it good in general to let nginx do retry on other upstream if one fail, timeout and etc? There is a setting "proxy_next_upstream" and "proxy_next_upstream_tries" for configuring that, and even if we...
View ArticleCannot create another blocks conf error
Hi everyone, Im stuck on one of my blocks. I have 6 blocks running but i add another blocks jpm, create a jpm.conf for it in conf.d and other setting just like the running blocks. then restart the...
View ArticleSetting up Nginx as an load balancer
Hi Team, I am fairly new to Nginx. I needed info how to we setup Nginx as a load balancer in multi tier architecture. Hence client hitting VIP will in different network & server sub-net will be in...
View ArticleNginx autoindex not working - 404 error
I have a server block which displays properly, unless I set it to autoindex. This results in a 404 not found error. server block: <code> server { # listen 80; # server_name $domain_name; root...
View ArticleSolved: Nginx autoindex not working - 404 error
I solved this by adding this to nginx.conf <--snip> } location /files { autoindex on; autoindex_exact_size off; } <--snip> And this is my server block <--snip> server { access_log...
View ArticleSSL not working after NGINX upgrade
HI Team, I am new NGINX. Recently we had a major issue with once of the load balancers in AWS account afte NGINX upgrade. We upgrade NGINX from version 1.8 to 1.12; after this Load balancer (in AWS)...
View Articlehow to improve performance of drupal on nginx
I want to imporve drupal website performance. Already did settings for drupal cache & Advanced CSS/JS Aggregation. Also implemented the changes requested by gtmatix still it takes 20 seconds to...
View Articlegoogle search console webmaster alert http status 502
Olá em um domínio que gerencio https://bucetas.blog tenho recebido notificações no painel do google webmaster sobre erro http status 502. A alguns dias atrás desliguei a cloudflare desconfiando qe...
View ArticleNginx (I assume) sometimes adds 5000ms to response time
Hello everyone! There is a weird thing I noticed on one of the servers that act as proxy that's bugging me for hours and I can't figure it out. Some requests get served to client exactly 5000ms after...
View ArticleNGinx taking long time to get the contents from Cache
NGinx is taking long time to get the contents from the cache. Please look at the logs below. 84.210.206.210 - - [04/Oct/2018:13:24:55 +0000] "GET...
View ArticleRTMP HLS
Hallo, i have a Problem with my NGINX HLS Stream.... the rtmp stream comes to my Platforms Like Facebook and Youtube. But the URL Page dont open... 403 Forbidden Shows the Page when i go on...
View ArticleHow to send request from backend service isolated with nginx
hi Using micro service isn’t easy for me, unfortunately. I have a problem to use external api in my services. Considering I need to connect to the google Recaptcha, but I can’t, because my server is...
View Article[HELP!] Got empty response with status code 200 when I have multiple...
It seems works fine when the output size is small. but it will occur in some probability when the output size (about 14000 k) is big, The probability of occurrence is about 40% ~ 50%. Below is relative...
View ArticleRe: [HELP!] Got empty response with status code 200 when I have multiple...
I solved the problem by disabling "fastcgi_buffering" or increasing fastcgi_buffer_size. Before nginx uses default buffer size and it failed. It seems irrelevant to ssi but ssi somehow trigger the...
View ArticleRMTP and FLV
I have this configuration: rtmp { server { listen 1935; chunk_size 4096; application Live{ live on; record off; hls on; hls_path tmp/hls; hls_fragment 5s; } } } What i need to do to add FLV support to...
View ArticleNginx authentication to Sphinx search
Hello. I have a development ubuntu server with Nginx 1.14.0. which is running a site dev.mysite.com under authentication. To see the site you must enter user name and pass. This is my sites-enabled...
View ArticleAbout "an upstream response is buffered to a temporary file"
The following warning message is output by NGINX being used as a reverse proxy. ------------------ while reading upstream, client: 1.1.1.1, server: abc.com, request:: warning 24547 # 0: * 2408454 an...
View Article