Fix PURGE method support and testing to ngx_pagespeed

This commit is contained in:
Joshua Marantz
2014-06-30 09:49:10 -04:00
parent 72c7e584f7
commit 1a4ffcf335
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ fi
# enabled, which is always the case for ngx_pagespeed.
statistics_enabled=1
CACHE_FLUSH_TEST="on"
CACHE_PURGE_METHODS="GET" # PURGE is not working yet.
CACHE_PURGE_METHODS="PURGE GET"
# run generic system tests
SYSTEM_TEST_FILE="$MOD_PAGESPEED_DIR/src/net/instaweb/system/system_test.sh"