examples/nginx.conf: use $scheme instead of hard-coded "https"
commit9fc5c24920726d3c10bc9f39d8e97686b93cbbe0
authorEric Wong <normalperson@yhbt.net>
Tue, 20 Mar 2012 19:49:56 +0000 (20 19:49 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 20 Mar 2012 19:49:56 +0000 (20 19:49 +0000)
treec0e59d98d69a7481c5c7e3500de0fe8f1611632b
parent0daedd92d3e896a9fcd301bbb58e85bb54a939ee
examples/nginx.conf: use $scheme instead of hard-coded "https"

This adds a little more flexibility to the nginx config,
especially as protocols (e.g. SPDY) become more prevalent.

Suggested-by: Eike Herzbach <eike@herzbach.net>
examples/nginx.conf