Certificate Transparency (6 replies)
Hi,Do we know if there’s any plan to support the signed certificatetimestamp TLS extension in Nginx? (There’s apparently a third partymodule that implements the...
View ArticleLet's Encrypt TLS project: seeking nginx configuration module help (4 replies)
Hello,You might have heard about the Let's Encrypt https://letsencrypt.org/project, delivering Domain-Validated TLS certificates for free.General public availability is planned to next week, Novembre...
View Articlesyslog not properly tagged (6 replies)
Hi,I have an ubuntu machine and installed nginx stable using the ppa (1.9.3)In my conf I'm sending the logs to syslog:access_log syslog:server=unix:/dev/log,tag=lenginx_access le_json;error_log...
View ArticleRedirect request based on source $scheme !! (10 replies)
Hi,Is there a way we can serve $scheme (HTTP/HTTPS) based on source request? Such as :if https://ad.domain.com --> sends request to http://ourdomain.com (asit'll fail due to cross $scheme...
View Articlescript to prime nginx's OCSP cache (no replies)
#!/bin/ksh -e## The purpose of this script is to prime the OCSP cache of nginx.## Ideally, nginx would prime its worker processes ahead of any client request.# There are two events that ought to...
View ArticleBest practice for URL rewriting with php parameter (7 replies)
Hello,I have checked many ways to implement what I want (including if is evil) and I've been able to reach what I wanted to do (something simple)I want that a user who accessesnginx.org/informationwill...
View ArticleRe: Fwd: openshift-nginx docker image running as non-root (no replies)
Dear Scott.I think this is not a devel question so I answer primarly to nginx list.Am 11-11-2015 19:23, schrieb Scott Creeley:> ----- Forwarded Message -----> From: "Scott Creeley"...
View ArticleNo default.conf file was generated (1 reply)
After the installation of nginx/1.6.3 on CentOS 7, no default.conf file was created under etc/nginx/conf.dCan anybody explain me why?..
View ArticleHTTP/2 Issues (11 replies)
Hi,I was having a few issues with HTTP/2 requests. Some files and images aren't loading on Chrome. I filed a bug report and documented the issue extensively here:...
View ArticleWordpress on subdirs (no replies)
Hello, I have few wordpress instalations on one vhost:location /pl {try_files $uri $uri/ /pl/index.php?$args;}# Add trailing slash to */wp-admin requests.rewrite /pl/wp-admin$...
View ArticleSelection of secure virtual servers (3 replies)
Hi,I would like to terminate TLS connections arriving at the defaultserver, only serving requests with the correct host header, relying onSNI.The configuration is as follows:server {listen 80;listen...
View Articlehow to forward a url on behalf of host server (no replies)
I like to use nginx as my web server. My clients can go to my web side by typing "www.mywebside.com?realserver=www.nginx.com" so my clients can see the same contents as original from www.nginx.com but...
View Articlesub_filter and proxy_pass (2 replies)
Hi,I'm using Nginx 1.8 and trying to add a sub_filter but It fails to work (I don't see the substitution happenning).location ~* \.(appcache|manifest)$ {expires -1;rewrite ^(/v[0-9]+/.*)$ /app_ver$1...
View Articleproxy_pass hide headers (1 reply)
backend has many X-* headershow can i hide them all with simple way?thanks
View ArticleIs it possible to use 2 variables (one from regexp, the other one from map...
Hi all.The mission is to conditionally serve *.webp.First of all i have map in my http section.map $http_accept $webp_suffix {default "";"~*webp" ".webp";}The purpose of this map is to check if the...
View Articlesome problems with http:// -> https:// & phpMyAdmin (1 reply)
server {listen 80;server_name site.com www.site.com;location / {return 301 https://site.com$request_uri;}}server {listen 443;server_name site.com;[certificate setup skipped]# phpMyAdminlocation /pma {...
View Articlenginx-1.9.7 (3 replies)
Changes with nginx 1.9.7 17 Nov 2015*) Feature: the "nohostname" parameter of logging to syslog.*) Feature: the "proxy_cache_convert_head" directive.*) Feature: the $realip_remote_addr in the...
View ArticleRe: [nginx-announce] nginx-1.9.7 (no replies)
Hello Nginx users,Now available: Nginx 1.9.7 for Windows http://tiny.cc/nginxwin197 (32-bitand 64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of...
View ArticleNginx failing to ask for PEM SSL key password (1 reply)
== CONTEXT ==nginx version: nginx/1.6.2Linux - 2.6.32-042stab111.11 #1 SMP Tue Sep 1 18:19:12 MSK 2015 x86_64 GNU/LinuxWhile starting/restarting nginx with "service nginx start", no password is asked...
View Article