docs: Use HTTPS where possible

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Andrea Bolognani 2022-05-24 09:32:22 +02:00
parent 9a179fd65e
commit fb5f2f100e
2 changed files with 1 additions and 2 deletions

View File

@ -821,7 +821,6 @@ http_sites += example.org
http_sites += herp.derp http_sites += herp.derp
# HTTP-only sites # HTTP-only sites
http_sites += 0pointer.de
http_sites += mah.everybody.org http_sites += mah.everybody.org
http_sites += etallen.com http_sites += etallen.com

View File

@ -245,7 +245,7 @@ Systemd Socket Activation Integration
The libvirt LXC driver provides the ability to pass across pre-opened file 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 descriptors when starting LXC guests. This allows for libvirt LXC to support
systemd's `socket activation 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 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 container, which runs another copy of systemd which gets passed the server
socket, and then activates the actual service handler in the container. socket, and then activates the actual service handler in the container.