Files in location
António P. P. Almeida
appa at perusio.net
Wed Feb 1 06:02:07 UTC 2012
On 1 Fev 2012 05h32 WET, reallfqq-nginx at yahoo.fr wrote:
> [1 <multipart/alternative (7bit)>]
> [1.1 <text/plain; UTF-8 (7bit)>]
> Hello,
>
> I would like to set up a rule redirecting the root location to
> another address, but to serve files inside this location directly.
> I tried the following: location = / { rewrite .* http://inter.net
> permanent; }
location = / {
return 301 http://inter.net;
}
location / {
# serve the files here without a redirect
}
--- appa
More information about the nginx
mailing list