summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2023-01-05 18:18:54 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2023-01-05 18:18:54 +0000
commitd07f6856fecde7d0e397d8dc614c697d24dd2d40 (patch)
tree2285b490b9149919a6296d1fa64c3ef6d91abef4 /develop/usage/configuration/config_documentation.html
parentdeploy: 44b476b26e50c642059d6110ba3dcbb1eec0b647 (diff)
downloadsynapse-d07f6856fecde7d0e397d8dc614c697d24dd2d40.tar.xz
deploy: 4eb2f4e02b83c90519a8a55c562d1fafab7caf0b
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 933801dc7b..560496dc39 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -1276,7 +1276,7 @@ connection pool. For a reference to valid arguments, see:</p> <ul> <li>for <a href="https://docs.python.org/3/library/sqlite3.html#sqlite3.connect">sqlite</a></li> <li>for <a href="https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS">postgres</a></li> -<li>for <a href="https://twistedmatrix.com/documents/current/api/twisted.enterprise.adbapi.ConnectionPool.html#__init__">the connection pool</a></li> +<li>for <a href="https://docs.twistedmatrix.com/en/stable/api/twisted.enterprise.adbapi.ConnectionPool.html#__init__">the connection pool</a></li> </ul> </li> </ul> @@ -3545,7 +3545,7 @@ other workers.</p> <hr /> <h3 id="worker_daemonize"><a class="header" href="#worker_daemonize"><code>worker_daemonize</code></a></h3> <p>Specifies whether the worker should be started as a daemon process. -If Synapse is being managed by <a href="../../systemd-with-workers/README.html">systemd</a>, this option +If Synapse is being managed by <a href="../../systemd-with-workers/">systemd</a>, this option must be omitted or set to <code>false</code>.</p> <p>Defaults to <code>false</code>.</p> <p>Example configuration:</p>