We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65426c6 commit ee7898dCopy full SHA for ee7898d
ansible/roles/distributed_press/templates/nginx-static.j2
@@ -67,7 +67,7 @@ server {
67
# Some Fediverse endpoints don't include an extension and we'd need to
68
# configure everything. By adding index.json, we can serve these
69
# endpoints as directories.
70
- index index.html index.json;
+ index index.html index.json index.md index.gmi index.gemini;
71
}
72
73
server {
0 commit comments