diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-08 13:52:35 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-08 13:52:35 +0000 |
commit | 54203115cd0121ee0e44f5e58202a4d8054b9c09 (patch) | |
tree | d28758a8d5ce0dd1448ba2e35e30de6d9bbe6b2d /parse.y | |
parent | 9b6499535963c128de4a5a891a70b2636a54dad1 (diff) |
don't load the built-in list when using `types'
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -475,7 +475,9 @@ fastcgi : SPAWN string { } ; -types : TYPES '{' optnl mediaopts_l '}' +types : TYPES '{' optnl mediaopts_l '}' { + conf.mime.skip_defaults = 1; + } ; mediaopts_l : mediaopts_l mediaoptsl nl |