doc: Clarify 'git-http-configuration' description.
Fix <https://issues.guix.info/31780>. * doc/guix.texi (Version Control Service): Extend 'git-http-configuration' description.
This commit is contained in:
parent
ab034adfe8
commit
2f93615670
1 changed files with 3 additions and 1 deletions
|
@ -24325,7 +24325,9 @@ Guix has a separate configuration data type for serving Git repositories
|
||||||
over HTTP.
|
over HTTP.
|
||||||
|
|
||||||
@deftp {Data Type} git-http-configuration
|
@deftp {Data Type} git-http-configuration
|
||||||
Data type representing the configuration for @code{git-http-service}.
|
Data type representing the configuration for a future
|
||||||
|
@code{git-http-service-type}; can currently be used to configure Nginx
|
||||||
|
trough @code{git-http-nginx-location-configuration}.
|
||||||
|
|
||||||
@table @asis
|
@table @asis
|
||||||
@item @code{package} (default: @var{git})
|
@item @code{package} (default: @var{git})
|
||||||
|
|
Reference in a new issue