mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Referrer optimization
This commit is contained in:
parent
9af1c51184
commit
7a2c414f95
1 changed files with 6 additions and 5 deletions
|
@ -281,7 +281,7 @@ GeoIPDatabase /usr/share/GeoIP/GeoIP.dat
|
|||
# should be plain text or a HTML link to the referrer. Values can be
|
||||
# either 'yes' or 'no', with 'no' being the default.
|
||||
|
||||
#LinkReferrer no
|
||||
LinkReferrer yes
|
||||
|
||||
# The Quiet option suppresses output messages... Useful when run
|
||||
# as a cron job to prevent bogus e-mails. Values can be either
|
||||
|
@ -551,14 +551,14 @@ GeoIPDatabase /usr/share/GeoIP/GeoIP.dat
|
|||
# "*mama.com" and "www.your*" will all match.
|
||||
|
||||
# Your own site should be hidden
|
||||
#HideSite *webalizer.org
|
||||
#HideSite localhost
|
||||
HideSite dpaste.de
|
||||
HideSite localhost
|
||||
|
||||
# Your own site gives most referrals
|
||||
#HideReferrer webalizer.org/
|
||||
HideReferrer dpaste.de
|
||||
|
||||
# This one hides non-referrers ("-" Direct requests)
|
||||
#HideReferrer Direct Request
|
||||
HideReferrer Direct Request
|
||||
|
||||
# Usually you want to hide these
|
||||
HideURL *.gif
|
||||
|
@ -568,6 +568,7 @@ HideURL *.JPG
|
|||
HideURL *.png
|
||||
HideURL *.PNG
|
||||
HideURL *.ra
|
||||
HideURL *.css
|
||||
|
||||
# Hiding agents is kind of futile
|
||||
#HideAgent RealPlayer
|
||||
|
|
Loading…
Reference in a new issue