Nginx not serving images from Windows app
Hi, Let me start by saying I am very new to all of this, so please excuse my lack of knowledge. I have Nginx running on ubuntu. I am using the reverse proxy feature to serve up web apps that run on...
View Articlenginx keep requesting backend tomcat servers repeatedly
I have a nginx plus Load balancing server and 2 backend servers running apache tomcat. When I connect to nginx LB IP, it just keeps requesting to the backend servers repeatedly (web browser keep...
View ArticleBad Gateway
Hi Everyone. We are attempting to use NGINX as a reverse proxy for WebAccess webbased email (upstream apache and tomcat) . We are having some trouble where the body of the email messages are not...
View ArticleSetting cookie flag secure
Trying to set the Secure cookie flag for several of my locations. I've tried this with both 1.14.2 & .1.16.0 compiled from source. I've downloaded and compiled the nginx_cookie_flag_module module...
View ArticleRe: Setting cookie flag secure
Turns out this was an issue with Chrome & Firefox > v52. Neither will honor 'secure' flag from non-https sites. I tested my scenario with Midori and it did honor the flag, so the module was...
View ArticleNeed to have this apache rewrite converted
I tried already with all available automated converters, but it seems does not work, i either get 404 error or html file get downloaded. Here is code from htaccess: RewriteEngine on <IfModule...
View ArticleProxy_Pass variable not truncating URL
Hi all. I'm relatively new to NGINX as a reverse proxy and have run into a known issue with an unknown solution and need help please. Currently we have an app that posts to domain.com/liveness and...
View ArticleRe: Proxy_Pass variable not truncating URL
UPDATE: This is the config I've added and the important part is working. But I've broken my monitoring. By default if the website is opened with /live and no other data it should open a homepage on the...
View Article"Mixed Content" when redirect post to get file
I am trying to change a POST to "/ds" to GET a file "/mock.json". But I have an error in the browser showing "Mixed Content ...This request has been blocked; the content must be served over HTTPS." My...
View ArticleProblem running nodejs application with nginx
I am trying to run a hello world nodejs application on ubuntu with nginx, on localhost. the application is running on port 3100. nginx is running on port 82. in the browser, it shows 403 error because...
View Articlenginx - cache VOD
Hi, I have a problem with configuring cache in nginx. I need to cache the VOD stream from origin on disks for a long time. Once the material has been cached on the disk everything works fine, the...
View ArticleRe: nginx - cache VOD
One more question. Is it possible for nginx to check if Manifest / MPD is up to date and if it has not changed on the origin side, chunks were served from disk and if Manifest / MPD changed on the...
View Articlenginx output problem
I have a program (like prg) which can receive some requests and return something(like a reply message).I wonder if a client send some requests through nginx to this program,how can I give the client...
View ArticleOne NGINX load balancer for two functionnalities
Hello, I'm looking for some help on NGINX as a load balancer. I currently have the attached configuration file which represents production instances. NGINX redirects everything that happens on ports 80...
View ArticleCustom config for different domains (in Plesk)
My server is a VPS with Plesk installed. This manages multiple domains with sub-domains, each with its own applications. Some of these applications need special configurations, starting with the...
View ArticleHow to use Nemesida WAF Free
Nemesida WAF Free provides the base web application security against OWASP class attacks based on the signature method. Nemesida WAF Free has its own signature base, detects attacks on web applications...
View ArticleRe: One NGINX load balancer for two functionnalities
Does anyone have any idea how to solve this problem?
View ArticleRe: One NGINX load balancer for two functionnalities
I managed to set up my load-balancer. Since port 8181 is also used by Payara, I changed it and used port 1443. For those who are interested, you will find in PJ the new config file :)
View ArticleMultiple site in same server configuration issue
I am trying to host 2 websites in a single server. Attached files are the configuration for the sites. When I enabled both, site1 works fine but site2 is going to site1. Could anyone point to the...
View ArticleRead the Request Body and return 200 OK
Hi , We are building up the speed test like server on nginx. On the Upload side we need some help on configuring the nginx. The client send some random bytes over POST. The nginx backend just read the...
View Article