From 09aae7da40ad3dcffd65eb5804c7f15d00c10e60 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 5 Sep 2012 09:50:54 -0400 Subject: [PATCH] Update rewrite script. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index a6d2d86..b52990c 100755 --- a/build.py +++ b/build.py @@ -43,7 +43,7 @@ if __name__ == "__main__": rewrite_script_src = """match URL into $ with ^/~earwig/{0}(\?.*?)?$ if matched then - set URL = /~earwig/rewrite/{0}.fcgi$1 + set URL = /~earwig/www/{0}.fcgi$1 goto END endif """