Skip to content

Commit

Permalink
add lighttpd X-Scheme for HTTPS-only connection to README, closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
posativ committed Feb 24, 2013
1 parent 89c1368 commit a545ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -125,6 +125,7 @@ weave under `/weave/`, you have at least this basic configuration:
$HTTP["url"] =~ "^/weave/" {
proxy.server = ("" =>
(("host" => "127.0.0.1", "port" => 8080)))
setenv.add-request-header = ("X-Scheme" => "https") # optionally for HTTPS
}

Now, you have to run weave using `nohup weave-minimal --prefix=/weave &` to
Expand Down

0 comments on commit a545ac7

Please sign in to comment.