Skip to content

Instantly share code, notes, and snippets.

@sanguis
Created March 13, 2015 18:00
Show Gist options
  • Save sanguis/248d65c6e297e4ff78a4 to your computer and use it in GitHub Desktop.
Save sanguis/248d65c6e297e4ff78a4 to your computer and use it in GitHub Desktop.
location = /Content/images/ESG_Logo_280x50.png {
log_not_found off;
access_log off;
error_page 404 =200 /sites/all/themes/foo/logo.png;
}
location / {
error_page 404 index.php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment