fix location example

This commit is contained in:
Omar Polo 2021-02-03 14:01:00 +00:00
parent 346f28eeaa
commit 4ee08bd148
1 changed files with 1 additions and 1 deletions

2
gmid.1
View File

@ -398,7 +398,7 @@ server "example.com" {
key "/path/to/key.pem"
root "/example.com" # in the /var/gemini chroot
location "/static/" {
location "/static/*" {
auto index on
index "index.gemini"
}