More RTMP input
Hi all I use NGINX for Window for streaming a RTMP. Is possible using more the one input RTMP and switch between they without stop the streaming out? Thanks in advance
View Articlenginx http2 consistent loading of pictures
Hi. Debian GNU/Linux 9 nginx/1.12.2 load_module modules/ngx_http_perl_module.so; load_module modules/ngx_http_image_filter_module.so; load_module modules/ngx_http_upload_module.so; I have attached...
View ArticleRe: Content-Length and really sent bytes sometimes mismatch
I've found the same problem with current stable Nginx-1.14.1 from nginx-repo on CentOS6. There are two web-sites on this server, and problem occurs only on one of them. Also I have many servers with...
View Articleerr_connection_refused
Hi I inherited a python application that uses nginx as it's web server. I wanted to setup a test server using hyper-v and ubuntu 18.04lts server. I am able to install nginx and when I go to my windows...
View ArticleWhat are the advantages of Nginx Unit?
Nginx Unit has been on track after several upgrades. But I still cannot understand why Nginx Unit. I'm using PM2 and PHP-fpm to run PHP, Python and Javascript server scripts easily and reliably. What...
View Article502 bad gateway using proxy_intercept_error and error_page
So I'm reading the documentation on proxy_intercept_errors and error_page and for the life of me can't figure out why I'm getting a 502 bad gateway using the custom error page on intercepted proxy...
View Article504 timeout on proxy
Hi everyone, I got this legacy application that was developed in java/echo tecnology and is running on tomcat. the users used to access by the ip and port of the server. So, I tried to add a proxy...
View ArticleNGINX as Reverse Proxy works for HTTPS but not with HTTP
Guys, I am very new to nginx and trying to use it as a reverse proxy for my apache/php application that is behind internal load balancer with IP : 10.0.1.4 I am trying to redirect traffic that comes to...
View Article502 Bad Gateway
I have installed NGINX on Ubuntu 18.04. After installation, i ran the command: "nginx -t" and i got the messages that the configuration syntax is OK and the test is also successful. The service is also...
View Articleno response from server (website not loading)
i have just installed nginx, and when i try to load http://<server_IP_address>/index.nginx-debian.html. it says connection has timed out after like 3-4 minutes.
View Articlenginx not restarting ...
Hi all. straight to the topic - i have installed https://gist.github.com/silentbreaksec/00ef80b38a54c01846a501f9732e81f7 this and automatically nginx get installed and while installing it shows error...
View ArticleRe: Nginx autoindex not working - 404 error
Thanks, @archer72 friend for sharing your experience with us hope it really works for us also.
View ArticleNginx reverse proxy microcaching not working
My current config is Nginx webserver as a reverse proxy with Apache at backend for dynamic pages and Apache is configured with PHP-FPM. My dynamic pages don't change often so I am trying to use Nginx...
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 ArticleNginx won't serve svg files
I'm fairly new to nginx, and am just trying to set up a simple static content example on my raspberry pi 3A+ but I can't get it to serve svg files. In the example below, the png image shows fine, but...
View Articlenginx: [emerg] “if” directive is not allowed here
Can you help me? I'm trying to block all requests outside my domain, and allow the request if a specified parameter exists location ~* \.(mp4|vtt|mp3|mkv|avi)$ { if ( $http_referer !~* 'mywebsite.com'...
View ArticleQuestion about H2 WINDOW_UPDATE
I find an weird action of Nginx that it send WINDOWS_UPDATE frame by using a closed stream_id (see wp.pcap). The client which using hyper(python) will throw exception.
View ArticleRe: Question about H2 WINDOW_UPDATE
I find the root cause (1) client : send post with data(HEADER frame without END_STREAM flag and DATA frame with END_STREAM flag) (2) server config location { return 200 "simple return"; } (3) Once the...
View ArticleMost secure multi-site Nginx setup
Hi all I've some experience with NGINX but am really an IIS guy (sorry!) and am looking to make the jump on our servers from IIS to NGINX as I've been very impressed with its speed and flexibility....
View Article