Welcome! Log In Create A New Profile

Advanced

Re: Problem with Hotlink Protection

September 14, 2011 12:22PM
Dear Francis,

thank you very much indeed for taking the time to help me out. It seems that - with your help - I made it! :-)
I inserted the "invalid_referrer" check within the "location ~* \.php$" block like you suggested and it works like a charm now!

It looks like this:
<-- SNIP -->
location ~ \.php(.*)$ {
valid_referers server_names;
if ($invalid_referer) {
return 403;
}

include fastcgi_params;
fastcgi_intercept_errors on;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
try_files $uri =404;
fastcgi_pass 127.0.0.1:9000;
error_page 404 /404page.html; #makes nginx return it's default 404
# page instead of a blank page

}

<--SNAP-->

Again, thank you for your fantastic help!

Kind regards
-Amitz
Subject Author Posted

Problem with Hotlink Protection

dullnicker September 14, 2011 11:19AM

Re: Problem with Hotlink Protection

Francis Daly September 14, 2011 11:54AM

Re: Problem with Hotlink Protection

dullnicker September 14, 2011 12:22PM

Re: Problem with Hotlink Protection

Francis Daly September 14, 2011 03:24PM

Re: Problem with Hotlink Protection

António P. P. Almeida September 14, 2011 03:58PM

Re: Problem with Hotlink Protection

dullnicker September 16, 2011 02:47PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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