summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2020-05-25 18:48:45 +0200
committerGuix Patches Tester <>2020-05-25 17:50:09 +0100
commit02183b6770193d932e38522ef77f45563e86d001 (patch)
tree8d7478f7ae2570e1ff54b0ab54aaeb46aedb213e /doc/guix.texi
parentf8687cb21e6af7501b1537812bccca574b9d34b3 (diff)
downloadpatches-series-4094.tar
patches-series-4094.tar.gz
services: php-fpm: Add 'php-ini-file' configuration.series-4094
* gnu/services/web.scm: (<php-fpm-configuration>)[php-ini-file]: New record field. (php-fpm-shepherd-service): Use it. * doc/guix.texi (Web Services): Document it.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 4dbbf96db9..b5d1314ad8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21370,6 +21370,10 @@ Can be set to @code{#f} to disable logging.
@item @code{file} (default @code{#f})
An optional override of the whole configuration.
You can use the @code{mixed-text-file} function or an absolute filepath for it.
+@item @code{php-ini-file} (default @code{#f})
+An optional override of the default php settings.
+It may be any ``file-like'' object (@pxref{G-Expressions, file-like objects}).
+You can use the @code{mixed-text-file} function or an absolute filepath for it.
@end table
@end deftp