diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -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-x | test/evil.tcl (renamed from evil.tcl) | 0 | ||||
| -rw-r--r-- | test/test.png (renamed from example.png) | bin | 310382 -> 310382 bytes | |||
| -rw-r--r-- | test/test.txt (renamed from example.txt) | 0 | ||||
| -rwxr-xr-x | test/upload-test.sh (renamed from upload-test.sh) | 0 |
7 files changed, 2 insertions, 2 deletions
@@ -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/example.png b/test/test.png Binary files differindex df5d578..df5d578 100644 --- a/example.png +++ b/test/test.png 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 |
