nginx config help
Hello everyone I am just getting started on nginx on my new role. We already have existing nginx env and i had a task to migrate the document root of apache on a different server to nginx. The issue I...
View ArticleMaking two asynchronously calls to a backend server
I want to do the following using NGINX Module : Nginx receives a request, checks if it has the key to decode the request in the cache(custom)> if YES, then decode request, obtain an ID from it and...
View ArticleRe: Unable to display static content on same server
Hi,Got to talk to my network guys and they said something about wildcards that was not added?! and that that was why only www.example.com would work. I consider this solved then. Thank you itpp2012 for...
View ArticleHow to compile nginx in Windows?
Hi,I have tried several days to compile nginx from source in Windows.I am under Windows 10, with mingw, VS2015 and clang at hand.I have several tries, and none of them works:1. I've downloaded the...
View ArticleRe: How to compile nginx in Windows?
Try this version http://nginx-win.ecsds.eu/pre-compiled.
View ArticleRe: How to compile nginx in Windows?
I need to compile my own module with nginx, so the whole point is not using a pre-built version.
View ArticleWhy nginx loses GET parameters in request_uri?
I need to add "/#" before every request in nginx (angular application with old browsers support).I used following nginx rule to force hash symbol before $request_uri, but it loses everything after...
View ArticleExclude directory, sub-directories and files within directory from access log
I have a directory called "/_ajax/events/" that has various files and subdirectories that are accessed regularly how would I exclude this directory and it's sub-directories and files from the NGINX...
View ArticleAdvice needed on reverse SSL proxy
Hi Forumers!I have been beating my head against the wall for 4 days straight and I am hoping someone here can put me out of my misery...I have an internal legacy web-based application (http) that I...
View ArticleRe: Advice needed on reverse SSL proxy
Try without a / at the end of proxy_pass.If that doesn't work you may need;location /psp/HRPROD {........
View ArticleHow to install NGINX Plus with mod_security
Hi anyone,Today I'm using NGINX Plus with trial key. But I dont see any documents mentioning install NGINX Plus with module (mod_security). How do it :(
View Articleis NGINX what I need? persist HTTP requests unreliable connection
I have a raspberry pi receiving HTTP requests that I need to forward to a server on the Internet. If the Internet is down these requests should be persisted locally (preferably to hard disk) before...
View ArticleNGINX establish machine or user based sticky sessions with backend system
Anyone???I am trying to configure Nginx to load balance ssh sessions to an autoscale group of systems in AWS (Amazon Web Services) That's the easy part. Then I want and have any future communications...
View ArticleLocation try_files rewrite syntax
Hibackground: - LEMP stack serving drupal, roundcube, phpmyadmin and postfix/dovecot email server.Roundcube & phpmyadmin symlinked to the root of the drupal installationWhen I disable clean URL's I...
View ArticleRe: Location try_files rewrite syntax
looks like i should have searched harder as i think i found the solution in this posthttp://forum.nginx.org/read.php?11,16398,17787all i had to do was amend the rewrite config location @rewrite {...
View ArticleNginx not loading css/js/images in https - Blocked loading mixed active content
I am running ubuntu 14.04 with Nginx 1.8.0. While opening the web pages in https the pages appear to be broken as the css/js/images don't load. I get this error "Blocked loading mixed active...
View ArticleRe: Nginx not loading css/js/images in https - Blocked loading mixed active...
adithyakhamithkar Wrote:-------------------------------------------------------> I am running ubuntu 14.04 with Nginx 1.8.0. While opening the web> pages in https the pages appear to be broken as...
View ArticleRTSP reverse proxy
I have 4 Samsung IP cameras (they only stream rtsp, no http) with the following internal...
View Articlehow to apload a file to nginx server using a java code
Hi,I am evaluating nginx for my product. We want reading/fetching all static content from nginx. But currently I am using a single glassfish server for all the requests. So all the requests from my...
View ArticleHow to use php file as an errorpage?
I currently have custom html as an errorpage, but would like to use php.Errorpages are configured in /etc/nginx/sites-enabled/mysite.com.confApparently just changingerror_page 50x =...
View Article