From 1b0fdbde78e6663af60ed741d3e0b3e5ad0e949e Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 7 Jun 2025 03:08:48 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 190ca0449..6b5dde154 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -336,7 +336,8 @@ Your host server name, for example ``localhost``, ``hostname``, ``hostname.example.com``, or the IP address. To specify a port use ``hostname:####``, for IPv6 addresses use the URI notation ``[ip]:port``. -To specify a Unix socket use ``/path/to/directory/containing/socket``, e.g. ``/run/postgresql/``. +To specify a Unix socket use ``localhost:/path/to/directory/containing/socket`` or +``:/path/to/directory/containing/socket``, e.g. ``localhost:/run/postgresql/``. dbname ^^^^^^