summaryrefslogtreecommitdiff
path: root/docs/drvlxc.rst
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-05-24 09:32:22 +0200
committerAndrea Bolognani <abologna@redhat.com>2022-05-24 12:19:17 +0200
commitfb5f2f100e301bac108199a968fd1bc5d3913347 (patch)
treee77a4f06708f6d493c761af733788150417a699a /docs/drvlxc.rst
parent9a179fd65e91232a066a275a001139cfa3839eca (diff)
downloadlibvirt-fb5f2f100e301bac108199a968fd1bc5d3913347.tar.gz
docs: Use HTTPS where possible
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'docs/drvlxc.rst')
-rw-r--r--docs/drvlxc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drvlxc.rst b/docs/drvlxc.rst
index b88323b165..24501cae11 100644
--- a/docs/drvlxc.rst
+++ b/docs/drvlxc.rst
@@ -245,7 +245,7 @@ Systemd Socket Activation Integration
The libvirt LXC driver provides the ability to pass across pre-opened file
descriptors when starting LXC guests. This allows for libvirt LXC to support
systemd's `socket activation
-capability <http://0pointer.de/blog/projects/socket-activated-containers.html>`__,
+capability <https://0pointer.de/blog/projects/socket-activated-containers.html>`__,
where an incoming client connection in the host OS will trigger the startup of a
container, which runs another copy of systemd which gets passed the server
socket, and then activates the actual service handler in the container.