Skip to content

Instantly share code, notes, and snippets.

@g-kanoufi
Created August 17, 2018 23:59
Show Gist options
  • Save g-kanoufi/915a7bfdd468a05c6bcbd0bfb2035ae2 to your computer and use it in GitHub Desktop.
Save g-kanoufi/915a7bfdd468a05c6bcbd0bfb2035ae2 to your computer and use it in GitHub Desktop.
if ( $http_user_agent ~* "(Facebot|facebookexternalhit/1.1)" ) {
rewrite ^/(.*)$ http://url.com/$1 permanent;
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment