Welcome! Log In Create A New Profile

Advanced

Re: How to disable valid_referers?

Maxim Dounin
November 10, 2010 08:48AM
Hello!

On Wed, Nov 10, 2010 at 09:27:58PM +0800, Horus Lee wrote:

> Say if I have many files under / (document root), all of them need
> hotlink protection, except one.
>
> I set valid_referers for location / as default, how could I skip the
> proection for the specific file?

location / {
valid_referers ...
...
}

location = /some-specific-file {
# no valid_referers directive here
...
}

See here for details:

http://wiki.nginx.org/HttpCoreModule#location

> I guess I can't simply put "valid_referers none" here according to the
> documentation at http://wiki.nginx.org/HttpRefererModule (It says
> default: none, but I guess this will confuse people with the value "none").

Yes, that's translation artifact. Changed to "default: no", that
should be more clear.

Maxim Dounin

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

How to disable valid_referers?

Horus Lee November 10, 2010 08:32AM

Re: How to disable valid_referers?

Igor Sysoev November 10, 2010 08:38AM

Re: How to disable valid_referers?

Horus Lee November 10, 2010 08:40AM

Re: How to disable valid_referers?

Igor Sysoev November 10, 2010 08:42AM

Re: Re: Re: How to disable valid_referers?

Horus Lee November 10, 2010 08:46AM

Re: How to disable valid_referers?

Maxim Dounin November 10, 2010 08:48AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 250
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