This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sub vcl_recv { | |
#FASTLY recv | |
} | |
sub vcl_hash { | |
#FASTLY hash | |
} | |
sub vcl_error { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo "do something evil test\n"; | |
echo "your computer is toast\n"; | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this is needed so if someone later makes a public post private that | |
# the search won't blow up because it can't find that id | |
Ultrasphinx::Search.client_options[:ignore_missing_records]=true |
NewerOlder