This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Update rewrite script.
pull/24/head
Ben Kurtovic
12 years ago
parent
81039a6af7
commit
09aae7da40
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build.py
+ 1
- 1
build.py
View File
@@ -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
"""
Write
Preview
Loading…
Cancel
Save