docs→rtfd
This commit is contained in:
parent
7bc781ed11
commit
c7ec1dc5d1
131 changed files with 1 additions and 1 deletions
27
rtfd/public/gitweb/index.rst
Normal file
27
rtfd/public/gitweb/index.rst
Normal file
|
@ -0,0 +1,27 @@
|
|||
gitweb
|
||||
======
|
||||
|
||||
Configure
|
||||
---------
|
||||
|
||||
.. todo:: /etc/gitweb.conf alike
|
||||
|
||||
Expose
|
||||
------
|
||||
|
||||
.. todo:: link to fcgi common configuration
|
||||
|
||||
NginX
|
||||
^^^^^
|
||||
|
||||
::
|
||||
|
||||
location /static/ {
|
||||
root /usr/share/gitweb;
|
||||
}
|
||||
location / {
|
||||
include fcgi.conf;
|
||||
fastcgi_param SCRIPT_FILENAME /usr/share/gitweb/gitweb.cgi;
|
||||
fastcgi_param GITWEB_CONFIG /etc/gitweb.conf;
|
||||
fastcgi_pass unix:/run/fcgiwrap.socket;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue