Re: [Loadbalancing] error 404 but backend work fine
2018/02/17 12:46:28 [debug] 15406#15406: *219 http upstream request: "/?" [...] 2018/02/17 12:46:28 [debug] 15406#15406: *219 http proxy status 404 "404 Not Found" Your upstream does not like /?...
View ArticleRe: How to redirect Nginx port 80 to 8080 Tomcat and make webapp main page?
Topic is not relevant anymore. Found solution in Google. Please, close it. Tnx.
View ArticleFriendly URL in Nginx
Hello, The question is how to make nginx show page www.somesite.co/adminpanel.zul as www.dashboard.somesite.co? No just simple redirect but friendly url is needed!
View ArticleNginx answers with default server for all requests
Hello Dear Users, Since a few days I'm trying to setup nginx on my server. I'm trying to install it on Docker container and I'm not able to configure it right. From begin: I need to configure 2 virtual...
View ArticleNginx proxy problem on AWS EC2
Hi all, I am currently struggling to setup the nginx proxy on AWS EC2. Here is my config file: ''' upstream bokeh { server 127.0.0.1:5006; } server { listen 80 default_server; listen [::]:80...
View Article2 apps behind nginx
Hi guys. I don't know nginx yet. A devops guy set one up back a while for our app. this is the `nginx.conf` he setup. ``` user www-data; worker_processes auto; pid /run/nginx.pid; events {...
View ArticleReverse Proxy apparently not working location rules
I have the following nginx settings: upstream cluster_web { ip_hash; server 192.168.115.82 weight=3; server 192.168.115.92 weight=2; server 192.168.115.100 weight=2; server 192.168.115.95 weight=3;...
View ArticleRe: sessions not working (nginx)
Please use this line after login using root: chown root:nginx /var/lib/php/session [root@localhost nginx]# chown root:nginx /var/lib/php/session Regards Md Ruhul Amin
View ArticleOpenSSL FIPS & NGINX
Hi there, I am hoping to get some guidance on enabling openssl fips mode for nginx. So far I followed the openssl guide for enabling fips mode on the openssl. That part works well: #...
View ArticleNo welcome page after initial installation
Hi guys, I'm not getting the welcome page after the installation at Ubuntu 17., just display "This page isn’t working..ERR_EMPTY_RESPONSE" on Chrome, you can try it at http://35.229.160.102/ Below is...
View ArticleRe: OpenSSL FIPS & NGINX
Update: Inspecting the output from make command, looks like src/openssl/Makefile is being replaced by one build by Nginx make: /usr/local/src/nginx-1.12.2# make ..... ..... cd...
View ArticleSearches not working on Reverse Proxied Site
Hi, Am reverse proxying "journals.aps.org". But to my surprise searches thru its search bar don't yield any result. My ngnix.conf is like, server { listen MY_IP:80; server_name...
View Articleinstalling 1.13.9 on debian 9
Dear all, as I'm trying to build an install for debian 9 including the fancyindexing module and HTTP/2 Server Push, I bump into some issues with the correct ./configure for that. This is how the 1.13.3...
View ArticleRe: Reverse Proxy apparently not working location rules
hmm ok, I'm convinced that I've found a bug. I'll try another product.
View ArticleRe: Reverse Proxy as a WAF?
Hi @Togger75; This article is excellent.Thank you for this.We thinking to replace our WAF solution with Nginx + Mod Security.It seems to be a good article for the beginning.
View ArticleRe: Reverse Proxy as a WAF?
Hi yigit.basalma, thanks. Let me know if you get it going from this, it would be nice to know if it was worth writing down and is useful to someone
View ArticleImap proxy doesn't work
Hello! Start using nginx as smtp/imap proxy. Smtp proxy works (but on the real smtp server I have to allow redirects from nginx IP). Problem is IMAP proxy. It doesn't works at all. No differ - SSL or...
View ArticleRe: Imap proxy doesn't work
access log: ... 127.0.0.1 - - [27/Feb/2018:11:53:58 +0000] "GET /auth HTTP/1.0" 200 0 "-" "-" "-" 127.0.0.1 - - [27/Feb/2018:11:53:58 +0000] "GET /auth HTTP/1.0" 200 0 "-" "-" "-"
View ArticleTranscode - Package - NGINX Origin
Hi friends, I have a transcoder and my intention is to stream VOD ad Live stream coming through the transcoder to be delivered in Intranet using NGINX. Here Do I need Wowza kind of packager in between...
View ArticleRe: Imap proxy doesn't work
A little bit testing, error.log while try to connect: recv() failed (111: Connection refused) while reading response from upstream, client: 19.177.26.18, server: 0.0.0.0:993, login: "user@domain.com",...
View Article