Skip to content

Instantly share code, notes, and snippets.

@JGrubb
Created June 22, 2017 13:50
Show Gist options
  • Save JGrubb/487e9102bddd3ce7e96a95abb325a61e to your computer and use it in GitHub Desktop.
Save JGrubb/487e9102bddd3ce7e96a95abb325a61e to your computer and use it in GitHub Desktop.
App yaml for multisite WP (web section)
web:
locations:
"/":
root: ""
passthru: "/index.php"
index:
- "index.php"
expires: 600
scripts: true
allow: true
rules:
'^/[^/]+(/wp-[^/]+/.*)$':
passthru: '/$1'
allow: false
scripts: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment