-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 5c24381..a853522 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -431,33 +431,33 @@ root-title=foobar.com git repositories | |||
431 | # Set a subheading for the repository index page | 431 | # Set a subheading for the repository index page |
432 | root-desc=tracking the foobar development | 432 | root-desc=tracking the foobar development |
433 | 433 | ||
434 | 434 | ||
435 | # Include some more info about foobar.com on the index page | 435 | # Include some more info about foobar.com on the index page |
436 | root-readme=/var/www/htdocs/about.html | 436 | root-readme=/var/www/htdocs/about.html |
437 | 437 | ||
438 | 438 | ||
439 | # Allow download of tar.gz, tar.bz2 and zip-files | 439 | # Allow download of tar.gz, tar.bz2 and zip-files |
440 | snapshots=tar.gz tar.bz2 zip | 440 | snapshots=tar.gz tar.bz2 zip |
441 | 441 | ||
442 | 442 | ||
443 | ## | 443 | ## |
444 | ## List of common mimetypes | 444 | ## List of common mimetypes |
445 | ## | 445 | ## |
446 | 446 | ||
447 | mimetype.git=image/git | 447 | mimetype.gif=image/gif |
448 | mimetype.html=text/html | 448 | mimetype.html=text/html |
449 | mimetype.jpg=image/jpeg | 449 | mimetype.jpg=image/jpeg |
450 | mimetype.jpeg=image/jpeg | 450 | mimetype.jpeg=image/jpeg |
451 | mimetype.pdf=application/pdf | 451 | mimetype.pdf=application/pdf |
452 | mimetype.png=image/png | 452 | mimetype.png=image/png |
453 | mimetype.svg=image/svg+xml | 453 | mimetype.svg=image/svg+xml |
454 | 454 | ||
455 | 455 | ||
456 | ## | 456 | ## |
457 | ## List of repositories. | 457 | ## List of repositories. |
458 | ## PS: Any repositories listed when section is unset will not be | 458 | ## PS: Any repositories listed when section is unset will not be |
459 | ## displayed under a section heading | 459 | ## displayed under a section heading |
460 | ## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') | 460 | ## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') |
461 | ## and included like this: | 461 | ## and included like this: |
462 | ## include=/etc/cgitrepos | 462 | ## include=/etc/cgitrepos |
463 | ## | 463 | ## |