diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/lighttpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf index 5438366..dfe395b 100644 --- a/tests/lighttpd.conf +++ b/tests/lighttpd.conf @@ -3,7 +3,7 @@ server.modules += ( "mod_accesslog", ) -server.bind = var.CWD + "/lighttpd.sock" +server.bind = var.CWD + "/lighttpd.socket" server.document-root = var.CWD + "/src/static/" server.errorlog = "/dev/stderr" @@ -28,5 +28,5 @@ accesslog.format += "}" index-file.names = ( "index.html" ) $HTTP["url"] =~ "^/api/" { - proxy.server = ( "" => (( "host" => var.CWD + "/web.sock" ))) + proxy.server = ( "" => (( "host" => var.CWD + "/web.socket" ))) } |
