respect purge requests when serving ipro requests from ngx_pagespeed (#1193)

* respect purge requests when serving ipro requests from ngx_pagespeed

* Add TODO to share common base with ApacheFetch.
This commit is contained in:
Joshua Marantz
2016-05-11 11:08:04 -04:00
parent 7094df4c11
commit be7837507f
4 changed files with 47 additions and 22 deletions
+1
View File
@@ -48,6 +48,7 @@ PRIMARY_HOSTNAME="localhost:$PRIMARY_PORT"
SECONDARY_HOSTNAME="localhost:$SECONDARY_PORT"
SERVER_ROOT="$MOD_PAGESPEED_DIR/src/install/"
export APACHE_DOC_ROOT="$SERVER_ROOT"
# We need check and check_not before we source SYSTEM_TEST_FILE that provides
# them.