fix the macro example

This commit is contained in:
Omar Polo 2023-08-01 17:07:46 +00:00
parent 2c079c9e69
commit 547437cc40
1 changed files with 2 additions and 0 deletions

View File

@ -99,11 +99,13 @@ its expanded in-place.
.Pp
For example:
.Bd -literal -offset indent
ext_ip = "10.0.0.1"
dir = "/var/gemini"
certdir = "/etc/keys"
common = "lang it; auto index on"
server "foo" {
listen on $ext_ip
root $dir "/foo" # "/var/gemini/foo"
cert $certdir "/foo.pem" # "/etc/keys/foo.pem"
key $certdir "/foo.key" # "/etc/keys/foo.key"