18 lines
343 B
Text
18 lines
343 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
cgit has been successfully installed.
|
|
|
|
To enable cgit in Apache, use something like the following:
|
|
|
|
<Directory "%%WWWDIR%%/">
|
|
AllowOverride None
|
|
Options +ExecCGI
|
|
Require all granted
|
|
</Directory>
|
|
|
|
Documentation and sample configuration can be found
|
|
in %%DOCSDIR%%/cgitrc.5.txt.
|
|
EOM
|
|
}
|
|
]
|