aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--example_frontend.html (renamed from example.html)0
-rw-r--r--example_frontend.lighttpd.conf (renamed from example.lighttpd.conf)2
-rwxr-xr-xtest/evil.tcl (renamed from evil.tcl)0
-rw-r--r--test/test.png (renamed from example.png)bin310382 -> 310382 bytes
-rw-r--r--test/test.txt (renamed from example.txt)0
-rwxr-xr-xtest/upload-test.sh (renamed from upload-test.sh)0
7 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4eff9af..b91412e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ serve:
lighttpd -D -f lighttpd.conf
front:
- lighttpd -D -f example.lighttpd.conf
+ lighttpd -D -f example_frontend.lighttpd.conf
clean:
-${RM} -frfr out/
diff --git a/example.html b/example_frontend.html
index 137594e..137594e 100644
--- a/example.html
+++ b/example_frontend.html
diff --git a/example.lighttpd.conf b/example_frontend.lighttpd.conf
index 86a4f82..cdca761 100644
--- a/example.lighttpd.conf
+++ b/example_frontend.lighttpd.conf
@@ -3,4 +3,4 @@ server.document-root = var.CWD
server.port = "8081"
server.modules += ( "mod_rewrite" )
-url.rewrite-once = ( ".*" => "/example.html" )
+url.rewrite-once = ( ".*" => "/example_frontend.html" )
diff --git a/evil.tcl b/test/evil.tcl
index 9060f7c..9060f7c 100755
--- a/evil.tcl
+++ b/test/evil.tcl
diff --git a/example.png b/test/test.png
index df5d578..df5d578 100644
--- a/example.png
+++ b/test/test.png
Binary files differ
diff --git a/example.txt b/test/test.txt
index 557db03..557db03 100644
--- a/example.txt
+++ b/test/test.txt
diff --git a/upload-test.sh b/test/upload-test.sh
index 936e013..936e013 100755
--- a/upload-test.sh
+++ b/test/upload-test.sh