Skip to content

Instantly share code, notes, and snippets.

@woraperth
Last active April 29, 2017 14:31
Show Gist options
  • Save woraperth/e9eeb64b8ef5e95fe3d4 to your computer and use it in GitHub Desktop.
Save woraperth/e9eeb64b8ef5e95fe3d4 to your computer and use it in GitHub Desktop.
WordPress Config for Ngrok
define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);
// Run ngrok by:
// ./ngrok http -host-header=dev.test.com 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment