author | Johan Herland <johan@herland.net> | 2010-06-09 23:09:22 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-06-19 08:40:21 (UTC) |
commit | 9ce5d05f86f64dfad589e0ec58bb1e06a76d2d8c (patch) (unidiff) | |
tree | e189ae0af6c6c932126fadd0e0203cf1dd79b263 | |
parent | ff3a3b4e2b7463bb8cb370bdda393e8b3526fcb9 (diff) | |
download | cgit-9ce5d05f86f64dfad589e0ec58bb1e06a76d2d8c.zip cgit-9ce5d05f86f64dfad589e0ec58bb1e06a76d2d8c.tar.gz cgit-9ce5d05f86f64dfad589e0ec58bb1e06a76d2d8c.tar.bz2 |
Fix small typo in cgitrc example
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgitrc.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index d74d9e7..1f7ac1e 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -425,17 +425,17 @@ root-readme=/var/www/htdocs/about.html | |||
425 | # Allow download of tar.gz, tar.bz2 and zip-files | 425 | # Allow download of tar.gz, tar.bz2 and zip-files |
426 | snapshots=tar.gz tar.bz2 zip | 426 | snapshots=tar.gz tar.bz2 zip |
427 | 427 | ||
428 | 428 | ||
429 | ## | 429 | ## |
430 | ## List of common mimetypes | 430 | ## List of common mimetypes |
431 | ## | 431 | ## |
432 | 432 | ||
433 | mimetype.git=image/git | 433 | mimetype.gif=image/gif |
434 | mimetype.html=text/html | 434 | mimetype.html=text/html |
435 | mimetype.jpg=image/jpeg | 435 | mimetype.jpg=image/jpeg |
436 | mimetype.jpeg=image/jpeg | 436 | mimetype.jpeg=image/jpeg |
437 | mimetype.pdf=application/pdf | 437 | mimetype.pdf=application/pdf |
438 | mimetype.png=image/png | 438 | mimetype.png=image/png |
439 | mimetype.svg=image/svg+xml | 439 | mimetype.svg=image/svg+xml |
440 | 440 | ||
441 | 441 | ||