diff options
| -rw-r--r-- | lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf index 5b29684..3f21f8f 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -8,7 +8,7 @@ server.document-root = var.CWD server.port = 5050 url.rewrite-once = ( - "/?" => "/gorillanest" + "/" => "/gorillanest" ) setenv.add-environment = ( |
