nginx-1.9.15 (no replies)
Changes with nginx 1.9.15 19 Apr 2016 *) Bugfix: "recv() failed" errors might occur when using HHVM as a FastCGI server. *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request" directives a...
View ArticleNginx redirection problem in odoo (no replies)
Hi all: I'm trying to print a report with product ean13 barcodes and the barcodes are printed blank. I think my problem is an incorrect redirection problem because I can see correctly the barcodes if I...
View ArticleMaking Tomcat accessible only through nginx reverse proxy (1 reply)
I have a Tomcat server serving a web application and I have a Nginx server running in front of it as a reverse proxy. Both the servers are on Intranet, in the same domain network. The issue I am facing...
View ArticleRe: [nginx-announce] nginx-1.9.15 (no replies)
Hello Nginx users, Now available: Nginx 1.9.15 for Windows https://kevinworthington.com/nginxwin1915 (32-bit and 64-bit versions) This version was built with OpenSSL 1.0.2g, so upgraded is strongly...
View ArticleSending nginx errors to syslog but fuser -u still shows error file open by...
I've tried putting this directive into the nginx config file in both the main and html sections: error_log syslog:server=127.0.0.1,facility=local5 error; The file tests fine and reloads without issue,...
View Articleonly .json file not load using rewrite or internal redirection cycle while...
Hi, In nginx conf file I have written:- location /hello { alias /var/www/html/hello/some_path/www; try_files $uri $uri/ /helllo/some_path/www/index.html; } location ~...
View ArticleRedirect /login to / (1 reply)
I have a wordpress site in which be default while accessing wp.geo.com it goes to login page wp.geo.com/login/ . But what i need when i access wp.geo.com, in browser address bar it should display as...
View ArticlePort redirect in URL (8 replies)
Hello, I'm going a bit crazy here and hoping for some help. I've set up a new Mailman installation on FreeBSD. The system is set as follows: Web <-> nginx SSL termination and reverse proxy...
View ArticleServer setup consultant (no replies)
Hello Sorry if it's not the good channel but could not find another. I need to setup my web server for production, now we have a test server configured in a amateur way just for development. This lacks...
View Article502 Bad Gateway errors from Nginx when trying to access Tomcat (2 replies)
I have JIRA and Nginx running on the same server with Nginx installed to serve as a reverse proxy. From what I learnt from various sources, in the Tomcat server.xml file, I must add an...
View Articlesetting up proxy peers like HAproxy? (1 reply)
With HAproxy, if you use multiple proxies you can synchronize their states: https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#3.5 This allows, for example, if you're load balancing based on...
View ArticleLog to a file inside a location block? (no replies)
Hello, Is there any way to log to a file which location block is taken? I've had times when I've messed up regular expressions in location blocks and it was difficult to track down the issue. Is there...
View ArticleConfigure NGINX on windows to use LDAP (1 reply)
Hello All I would like to know what configuration is needed to configure NGINX on windows to use LDAP. My nginx.conf looks like below but am not able to start the nginx service. I have added the...
View ArticleQuestion about reverse proxies and WAFs (3 replies)
Hi all, How are you? First of all excuse my english as it is not my mother tongue. I'd like to ask a rather general question which is not nginx specific: In my new job they use an Apache webserver...
View Articlenginx-1.10.0 (no replies)
Changes with nginx 1.10.0 26 Apr 2016 *) 1.10.x stable branch. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list nginx@nginx.org...
View ArticleRe: [nginx-announce] nginx-1.10.0 (1 reply)
Hello Nginx users, Now available: Nginx 1.10.0 for Windows https://kevinworthington.com/nginxwin1100 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin...
View Articlenginx rewrite & parameter full-url and file extensions (no replies)
Hi, I will try to be brief. I have the following nginx rewrite url: rewrite ^/(.*)?$ /index.php?completeURL=$1 last; I want a url like:...
View Articlenginx access_log Buffer size, service not restarting (2 replies)
i am trying to increase the buffer size of access_log i have tried different options but all giving me errors access_log /var/log/nginx/www.xxxxx.com/access.log main buffer=1024k; access_log...
View Articlenaxsi as a dynamic module error on nginx 1.10.0 (6 replies)
I build naxsi-0.55rc1 as a module for nginx 1.10.0 and getting the following 2 different error on centos7 and centos6 Error on Centos6 nginx: [emerg] dlopen()...
View ArticleProtect site with username and password (1 reply)
Hello! I have NGINX installed on Windows 7. How NGINX is configured to protect the web site using login and password? Regards, Ricardo _______________________________________________ nginx mailing list...
View Article