Skip to content

Instantly share code, notes, and snippets.

@LimeCuda
Last active September 3, 2016 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LimeCuda/8646837fd6b64c64559a1e3e80d9c38e to your computer and use it in GitHub Desktop.
Save LimeCuda/8646837fd6b64c64559a1e3e80d9c38e to your computer and use it in GitHub Desktop.
wp-config.php particular settings for WP multisite in reverse proxy setup
define('PWP_DOMAIN_CONFIG', 'admin.originalsite.com' );
define( 'DOMAIN_CURRENT_SITE', 'admin.originalsite.com' );
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
define( 'PURGELY_FASTLY_KEY', '39c4820390d8f050giweda50268c7583' );
define( 'PURGELY_FASTLY_SERVICE_ID', 'abcdefghijklmn1234567890' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment