Skip to content

Instantly share code, notes, and snippets.

@arturo-c
Created October 14, 2014 21:15
Show Gist options
  • Save arturo-c/fe15b62d23a193cebee5 to your computer and use it in GitHub Desktop.
Save arturo-c/fe15b62d23a193cebee5 to your computer and use it in GitHub Desktop.
location ~* /(blog|about|contact|services|team|third-party|bookshout-premium|bookshout-marketing|success-stories|author- platform|bookshout-bloggers|news|sitemap.xml|sitemap-*) {
try_files $uri $uri/ @frontend;
add_header Access-Control-Allow-Origin https://wordpress-qa.bookshout.com;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment