nginx time out error
hello Gurus, we are nginx to reverse proxy.. We are getting time out error (504).. Any suggestion on what time out parameters need to be updated.. Failed to load(There was a problem retrieving the...
View ArticleRe: nginx stops after 16 minutes exactly...
i suppose this support forum? i think it has something to do with my mysql charactres
View ArticleRe: nginx stops after 16 minutes exactly...
please someone help me...why my website gives 502 bad gateway error after 16 minutes exactly...? what i can do to fix this?
View ArticleRTMP Enabled NGINX - Youtube Audio Shifted More Than 1 Minute
I'm using NGINX compiled with the RTMP module, running on Linux as a server for streaming our church services to two locations. One stream is on-site in another room. That stream goes through our local...
View ArticleRe: nginx stops after 16 minutes exactly...
anybody there? im facing the same problem with centOS 7 and latest nginx stable 1.12 ...
View Article"map" command question
I'm using the map command to try and filter out crawler traffic. It seems to fail, or at least not work the why I would like when x_forwarded_for has more than 1 IP. map $http_x_forwarded_for...
View ArticleRe: nginx stops after 16 minutes exactly...
ok i fixed the problem by letting my server listen to listen = 127.0.0.1:9000 in php-fpm config file and i changed in nginx config file to fastcgi_pass 127.0.0.1:9000; instead of something like...
View ArticleRe: nginx stops after 16 minutes exactly...
it won't listen to my socket file at all my website gives me 502 bad gateway error after 15 or 16 minutes exactly, is there a problem by letting it listen to 127.0.0.1:9000 ? or it's fine? my website...
View ArticlePHP post not working in nginx
Hi, I am trying a simple html form handling for form handling with html php. So first i tried with the POST method and i saw that the array returned empty on the php file. But when i used GET method it...
View ArticleRe: how to host a multiple site with single server name(ex:sub-directory)
Hi , anyone knows about this issues.
View ArticleRedirect different URL to HTTPS
I have a stanza in place for our main website URL with SSL configured which works fine. I want to redirect some of our other sites with a variation in the URL/ name to this main site and use HTTPS. The...
View ArticleSSL Client Certificates - Alternatives to CRL File
Guys, We are setting up an internal communication between distributed components of our system using NGINX as a reverse-proxy. In order to make sure that only authorized components are allowed to...
View ArticleHow to restrict an iframe to a specific domain in Nginx configuration
Hello, How to allow specified domain alone to do iframe. I know we can do this using ALLOW-FROM in X-Frame-Options header.. "add_header X-Frame-Options "ALLOW-FROM https://example.com/"; But it is not...
View ArticleServerload full - how to find out which cause?
I have nginx 1.12.1, php-fpm 7.1, mariadb 10, memcached, fail2ban on a centos 7.5 (VPS at vultr 2GB RAM) I just install only 1 joomla site on that server and traffic is too low (about 50-150 visitor a...
View ArticleNginx stopped suddenly
Hi All, I am using nginx for routing the incoming requests to web application and resources path. But sometime nginx suddenly stopped working. I could not able to identify the actual root cause....
View ArticleLiteSpeed and Nginx comparison?
Hi Probably been asked, but I can't find a good comparison. Except for LS being a paid software, are there good speed comparisons? I know it doesn't matter for small and even medium sites, but I'd like...
View ArticleBump upstream error severity in logging
In reverse proxy, when an upstream causes an error (e.g. closes the connection abruptly) the next upstream is contacted. That is not logged but since it is an error it should be logged with ERROR...
View ArticlePermastream
Hey Guys I'm everything else than an expert in Server creation i started testing with obs and nginx it works really good so far but i want to go further than cutting Screens together or making my...
View ArticleMail proxy Nginx
Hi guys, I would like to get some information about Nginx. I have a project for my company and we would like to protect our mail server from external connection. External user can only access to their...
View Articleredirect all invalid SSL reguest to http in Nginx SSL termination
i use nginx for SSL termination before my backend servers as reverse proxy. i want Redirect all invalid https domain ( have'nt SSL), redirect to http in nginx SSL termination. I do not want to do this...
View Article