Problem trying to rewrite a URL (no replies)
Hi all,I have a problem trying to rewrite a URL.It should be pretty straightforward but it has been taking me hourssearching.Google indexed urls containing ";", which gets escaped to...
View ArticleOT: OpenSSL 1.0.1f (1 reply)
OpenSSL 1.0.1f was released today. It might be a good time to rebuildall the versions of nginx using static versions of OpenSSL.There are three CVE remediations included in the release:CVE-2013-4353,...
View Articlehow to submit my open source nginx module to nginx thrid party modules (1 reply)
i want to submit my open souce nginx module tohttp://wiki.nginx.org/3rdPartyModules, how can i do ?_______________________________________________nginx mailing...
View ArticleRequest body in a module (no replies)
Hi, have been trying to read the request body in my module, using the information I have gotten from this forum and some blogs and basically came up with the following functionsas can be seen in this...
View Articleproxy_pass check if 404, and return 404 (3 replies)
I am using proxy_pass to a dynamic subdomain:proxy_pass https://$remote_user.mydomain.ioIs it possible to have the proxy_pass check if the response of https://$remote_user.mydomain.io is 404, if so,...
View ArticleEmpty error log (2 replies)
I have installed Nginx for a small web server with static content. It works fine but the site error log file is always empty. All errors such as 404 are written to the access log only. File grants are...
View ArticleHow to combine try_files with multiple proxy destinations (no replies)
I have the folllowing requirement:1. if /usr/share/nginx/html/maintenance.html exists, then always show this file to browser.2. if this is the static file which located in the sub-directories of...
View Article[ANNOUNCE] Tengine-2.0.0 is released (no replies)
Hi folks,We are glad to announce that Tengine-2.0.0 (development version) has beenreleased. You can either checkout the source code from GitHub:https://github.com/alibaba/tengine or download the...
View Articleproxy_cache incorrectly returning 304 Not Modified (no replies)
Hi there,I work on a site which has nginx in front of a Rails application, and weuse proxy_cache.For the home page, our application returns a "max-age=600, public"Cache-Control header, and we have...
View ArticleTime out errors using uwsgi with ngnix on debian 7 (wheezy) (2 replies)
I've installed nginx via apt, using the nginx stable pkg as described here:http://nginx.org/en/linux_packages.html#stableIt works perfectly for serving static files using the default...
View Article"Primary script unknown" wp-login.php (3 replies)
As subject says: I cannot access wp-admin due to above [error].Otherwise, site functions as it should.See error log:2014/01/09 04:31:23 [error] 35759#0: *5254 FastCGI sent in stderr:"Primary script...
View ArticleSSL ciphers, disable or not to disable RC4? (16 replies)
HiMy current values in my nginx configuration for ssl_protocols/ciphers whati use is this:ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;ssl_ciphers RC4:HIGH:!aNULL:!MD5;ssl_prefer_server_ciphers on;What...
View ArticleNginx as reverse Proxy, remove X-Frame-Options header (12 replies)
Hello,I have a closed-source Webapp that run on an IIS-Webserver and send a"X-Frame-Options: SAMEORIGIN" header.I also have to implement this Webapp in my own, Frame based Application.So I try to use...
View ArticleNginx, Lua and blocking libraries (2 replies)
HelloI'm considering the possibility of implementing a project using Nginxand the Lua module. One of the requirements of the project is that thecode must use an embedded database such as SQLite....
View ArticleDynamic ssl certificate ? (wildcard+ multiple different certs) (6 replies)
Hello,Here is my current confserver {listen 443;server_name ~^(.*)\.sub\.domain\.com$ssl on;ssl_certificate $cookie_ident/$1.crt;ssl_certificate_key $cookie_ident/$1.key;server_tokens off;ssl_protocols...
View Articleconfig issue (1 reply)
Im trying to set up nginx with django. This is the instruction given:Symlink to this file from /etc/nginx/sites-enabled so nginx can see it:sudo ln -s...
View ArticleOne link/area on a https site with a different SSL config? (1 reply)
Hi,On a Wordpress website that works with a basic StartSSL certificate Iwonder if it is possible to configure nginx (1.4.4) to use a separateself-signed cert with client certificate authentication for...
View Articlegeoip_country_code header is deleted when I set another custom header (2...
Hello everybody.I have a nginx (version: nginx/0.7.67) running as a loadbalancer for two tomcat7 servers with the geoip module. It was working correctly until I changed the configuration file placed in...
View Article[ANN] Windows nginx 1.5.9.1 Cheshire (no replies)
14:05 10-1-2014: nginx 1.5.9.1 CheshireWhen she sleeps she gently purrs, you hardly know she's there, but when she wakesyou're gonna hear her roar. nginx Cheshire release is here !This native build...
View Articleperl regex to extract "domain" and "extension" into variables from...
I want to extract just the "domain" and "extension" parts from an nginxserver_name for use as variables later in nginx conf.For example,server_name <some PERL regex ... ?<domain> ......
View Article