| | |
| | | # BASEFOLDER
|
| | | web.robots.txt = ${baseFolder}/robots.txt
|
| | |
|
| | | # The number of minutes to cache a page in the browser since the last request.
|
| | | # The default value is 0 minutes. A value <= 0 disables all page caching which
|
| | | # is the default behavior for Gitblit <= 1.3.0.
|
| | | #
|
| | | # SINCE 1.3.1
|
| | | web.pageCacheExpires = 0
|
| | |
|
| | | # If true, the web ui layout will respond and adapt to the browser's dimensions.
|
| | | # if false, the web ui will use a 940px fixed-width layout.
|
| | | # http://twitter.github.com/bootstrap/scaffolding.html#responsive
|