diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-08-09 18:46:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-08-09 18:46:06 +0000 |
commit | 5bf49ff287df28f05943a3ef48e36c38917ed2a2 (patch) | |
tree | 95accb118fdb612415b441803d5ded4d2ab5551c /src/config/PARSING-config.txt | |
parent | d2c2170ec527d8c5ad4829fe91135180ff6e36d2 (diff) | |
download | tipidee-5bf49ff287df28f05943a3ef48e36c38917ed2a2.tar.xz |
Fix arg checking in content-type and index_file directives
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/config/PARSING-config.txt')
-rw-r--r-- | src/config/PARSING-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/PARSING-config.txt b/src/config/PARSING-config.txt index b1be2df..688d93c 100644 --- a/src/config/PARSING-config.txt +++ b/src/config/PARSING-config.txt @@ -1,6 +1,6 @@ global verbosity 1 global read_timeout 60000 -global index index.cgi index.html +global index_file index.cgi index.html content-type application/pdf .pdf content-type text/plain .c .h .txt |