sub.domain.tld linked back to domain.tld
hello,i am new to nginx and got two enabled sites,1) nighlander.de www.nighlander.de;server {listen 80;server_name nighlander.de www.nighlander.de;rewrite ^ https://$server_name$request_uri?...
View ArticleSPDY reverse proxy
Hi,I have been experimenting with setting up nginx as a reverse proxy using SPDY SSL.I'm using a self signed wildcard 2048 certificate in my test setup with an nginx 1.6 front end webserver and as...
View ArticleRe: try_files and static content with query string (token/version)
Well ... it seems that $uri is what I was looking for:# ... = snip of extensions for readability purposeslocation ~* ^(.*\.[^.]*)(jpg|jpeg|gif|png|...|woff|ttf|svg)(\?.*)?$ {try_files $uri @apache;}I...
View ArticleRe: SPDY reverse proxy
Ok, I understand that updating to mainline means upgrading to nginx 1.7. This suggests some kind of bug or limitation in older nginx versions. Could you point me to the relevant bug report(s)?I don't...
View ArticleRe: SPDY reverse proxy
Work on nginx and spdy is always ongoing so there bound to be changes between 1.6 and 1.7, see http://hg.nginx.org/nginx/log?rev=spdyspdy comes down to a few...
View ArticleProxy_protocol, how to check protocol or port (not only remote IP)
Hello:I am using proxy_protocol at Nginx along with TCP/TCP-SSL ELB at AWS.Client address specified in the PROXY protocol header is now saved in the $proxy_protocol_addr variable and can be used in the...
View ArticleMediawiki and nginx: ".php" string in article title
Let's assume you have configured nginx+Mediawiki like it's described here: http://wiki.nginx.org/MediaWiki.I've noticed that it's impossinble to open a wiki article if its title contains ".php"...
View ArticleHacking ngx_http_proxy_module
Hello,I'm modifying/extending proxy_pass so that the proxy url is dynamic, not fixed in a config file. Otherwise I want the rest of proxy_pass to behave the same.Looking at nix_http_proxy_module.c I'm...
View ArticleCan't see SPDY working
Hey guys,I first had this issue under nginx 1.5.13, and I've just recompiled with 1.7.1 and confirmed the issue persists.I'm linking against openssl 1.0.1g and building with the...
View ArticleLoad balance based on location with GeoIP
Hello,I have configured nginx load balacer default round robin method, works fine. Now i wanted to configure load balancing based on region. say request coming from US then serve pages from server A...
View ArticleHow to use secure link module with IP
Hello all,I searched all forums but could not find a good result.I am streaming some MP4 files and i am using ngx_http_mp4_module for this.I also implemented secure_link module too. But I could not...
View ArticleRewrite Rules nginx/1.2.1 index.php?go=XXX to XXX.php
Hello,I want to rewrite http://www.forExample.org/index.php?go=download to http://www.forExample.org/download.phpExecpt the index.php all file-extentions are .inc like download.inc."index.php...
View Articlekill -USR2 apparently not working
Hey All,I'm running on Ubuntu 12.04 and nginx 1.5.12 compiled from source. I'm attempting to upgrade nginx to 1.6.0 on my production servers without incurring any downtime. Ideally, I'd like to:1)...
View ArticleRe: kill -USR2 apparently not working
After attaching to the process I saw that the PID was writing to the error log after I sent the USR2 signal (d'oh! should have checked there!). In the error log I have the following lines (one for each...
View ArticleRe: Rewrite Rules nginx/1.2.1 index.php?go=XXX to XXX.php
This is the rest of my vhost.conf for this site"server {listen 85.xx.243.xx:80;server_name censored.de *.censored.de;access_log /var/customers/logs/censored-access.log combined;error_log...
View ArticleChanging Root folder
Hi guys,I would like to use nginx to access files on my computer from another device.My default file in sites-available looks like this:# You may add here your# server {# ...# }# statements for each of...
View ArticleRe: Rewrite Rules nginx/1.2.1 index.php?go=XXX to XXX.php
stillborn forum.SOLVED. U can delete this post....Here are no aktiv helping people ;)
View ArticleRe: Changing Root folder
Who is the OWNER of /home/nickname and usr/share/nginx/html; ?
View Article