Commit Briefs

Omar Polo

don't Xr httpd.conf(5) in galileo(8)


Omar Polo

fix reconfiguration


Omar Polo

fix html generation

a space is mandatory between the tag and the attribute, but the template compiler trims it out. Use {{ " " }} as a workaround.


Omar Polo

fixup


Omar Polo

style



Omar Polo

error if no proxies are defined


Omar Polo

error on duplicate proxies


Omar Polo

change proxy_match to get a string


Omar Polo

s/proxy_server_match/proxy_match/






Omar Polo

simplify the configuration format

don't require the awkward `server' block, just use a `proxy' block: proxy { source address port xyz hostname foo stylesheet "URL" }