|
@@ -40,6 +40,12 @@ define('WP_PLUGIN_URL', '##APP_ORIGIN/wp-content/plugins');
|
|
define('WP_CONTENT_DIR', '/app/data/wp-content');
|
|
define('WP_CONTENT_DIR', '/app/data/wp-content');
|
|
define('WP_PLUGIN_DIR', '/app/data/wp-content/plugins');
|
|
define('WP_PLUGIN_DIR', '/app/data/wp-content/plugins');
|
|
|
|
|
|
|
|
+// Enable WP_DEBUG mode
|
|
|
|
+define('WP_DEBUG', false);
|
|
|
|
+
|
|
|
|
+// Enable Debug logging to the /wp-content/debug.log file
|
|
|
|
+define('WP_DEBUG_LOG', false);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
http://cmanios.wordpress.com/2014/04/12/nginx-https-reverse-proxy-to-wordpress-with-apache-http-and-different-port/
|
|
http://cmanios.wordpress.com/2014/04/12/nginx-https-reverse-proxy-to-wordpress-with-apache-http-and-different-port/
|
|
http://wordpress.org/support/topic/compatibility-with-wordpress-behind-a-reverse-proxy
|
|
http://wordpress.org/support/topic/compatibility-with-wordpress-behind-a-reverse-proxy
|