freebsd-ports/devel/cgit/files/pkg-message.in

16 lines
437 B
Text

---------------------------------------------------
%%PORTNAME%% has been successfully installed.
Now you need to change your webserver configuration
as follows:
<Directory "%%WWWDIR%%/cgit/">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Documentation and sample configuration can be found
in %%DOCSDIR%%/cgitrc.5.txt.
---------------------------------------------------