Nginx + RTMP in LAN
Hello,I have a raspberry pi with this config:http://tpy.tw/?p=109All works great.Problem is, the stream is local to the raspberry pi and i have to open the html page remotely . that wont work for my...
View ArticleHow to Balance two IIS SSL PORT on NGINX?
hi, have two backends servers running on IIS using ssl port whit real certificate for clienteshow i can balance this two servers using nginx!thanks
View ArticleRe: How to Balance two IIS SSL PORT on NGINX?
Put them in an upstream, you will have to move the ssl certs to nginx as nginx terminates ssl at the frontend.See also...
View ArticleMerging two requests
Dear all,We have been using nginx as a reverse-caching-proxy for quite a time now and we face an issue.We server big files (200MB+) and we sometimes have a traffic spike on the backend server because...
View ArticleBypass Set-Cookie headers from proxied server without storing them to cache
Hi.I want to bypass Set-Cookie headers from the proxied server to the user agent if the proxy bypasses the request, but without storing it to the cache.The reason for that is described as followed:1....
View ArticleReverse Proxy Error no user/password was provided for basic authentication
I've got Nginx set up on a RPi as a reverse proxy using SSL between the remote user and the Nginx instance. All seems to work well for two services mounted on the RPi (Shellinabox and RPi Monitor)....
View ArticleHow to use a rewrite AND a redirect at the same time (in location?)
Hello everyone.I'm really having trouble grapsing the problem I'm trying to solve.First, I have a cms which shows pages as:http://example.com/?page=homeWhat I have so far that works to make a clean url...
View ArticleRe: How to use a rewrite AND a redirect at the same time (in location?)
For the whole config and a briefer explanation check: http://p.ngx.cc/5d
View ArticleRe: How to use a rewrite AND a redirect at the same time (in location?)
I managed to patch up a solution for every directory/folder on the website to load an index.php first (if it has one).http://p.ngx.cc/53
View ArticleCustom module developpment and log...
Hi,I'm writting a custom module, and i wan't to log some informations, how can i configure debug log ?Thanks for your help
View ArticleHow to use latest openssl for nginx
My server OS is CentOS release 6.6It has OpenSSL version 1.0.1e-fips# /usr/bin/openssl versionOpenSSL 1.0.1e-fips 11 Feb 2013I want to install latest OpenSSL in different location and use it for...
View Articlehls live streaming for custom data format
Hi all,I wonder could you help me resolve an issue that I can't find any information on. I'm trying to understand if it's possible to use HLS servers such as nginx / nginx plus to provide 'live...
View ArticleHelp needed--reverse proxy to different internal hosts based on url
Greetings!I'm running nginx 1.7.9 on Windows 7 in order to provide secure access to two webcams. I have it working with one of the webcams, but what I'd like is to be able to do is, with nginx still...
View ArticleLoad balancing a group of IIS, Apache Httpd, and Tomcat servers using only 1...
Hi,I am planning on deploying a couple of IIS, Tomcat and Apache web servers, each hosting different applications. Is it possible to load balance these servers which have different applications using...
View Articleadding static library via module
I am trying to install a module "NGINX-RTMP-module" with my own static library "libmine.a"in "conf" file i have added"CFLAGS="$CFLAGS -I$ngx_addon_dir -L$ngx_addon_dir/mylibdir/ -lmine"but linker is...
View ArticleNginx reverse proxy and disable some webpage
I have a web server A and another server B running nginx.A is internal network while B sit on DMZ where it run nginx and expose to the internet.so user can browse all the site on A by accessing B via...
View ArticleRe: hls live streaming for custom data format
Apparantly Mp4 box is sometimes used for this use case.
View ArticleRe: Help needed--reverse proxy to different internal hosts based on url
See http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_passor rewrite the location rewrite /cama/([^/]+) /$1 break;
View ArticleRe: Load balancing a group of IIS, Apache Httpd, and Tomcat servers using...
Sure, no problem doing that with 1 nginx server.
View Article