Welcome! Log In Create A New Profile

Advanced

Static homepage at root

April 23, 2010 08:25PM
I'm trying to host a static homepage, but send all other queries on to the proxy (which leads to django), but I'm having trouble getting it to work. It seems to ignore the first location directive. Are these correctly configured? (I'm running nginx 0.6.35 and Ubuntu 9.04)

listen 80;
location = / {
root /var/www/aya/htdocs/html/;
index index.html;
}
location / {
proxy_pass http://aya;
include proxy.conf;
}
Subject Author Posted

Static homepage at root

yourenew April 23, 2010 08:25PM

Re: Static homepage at root

Maxim Dounin April 24, 2010 05:18AM

Re: Static homepage at root

Alejandro Mery April 24, 2010 06:08AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 311
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready