mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 10:42:16 -04:00
caddyhttp: New index directive for alternate index file names (#1567)
* caddyhttp: Allow to alternate Index * Move Index directive * Fix misspelling outside this PR
This commit is contained in:
@@ -434,6 +434,7 @@ func RegisterDevDirective(name, before string) {
|
||||
var directives = []string{
|
||||
// primitive actions that set up the fundamental vitals of each config
|
||||
"root",
|
||||
"index",
|
||||
"bind",
|
||||
"maxrequestbody", // TODO: 'limits'
|
||||
"timeouts",
|
||||
|
||||
Reference in New Issue
Block a user