From cd9da03f488fd972f80a5ee4293181981e5e909f Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Wed, 24 Jan 2024 21:04:16 +0000 Subject: [PATCH] change http links to https --- Readme.md | 2 +- config/nginx/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 59fa20b..1000280 100644 --- a/Readme.md +++ b/Readme.md @@ -142,7 +142,7 @@ return array( ### /config - `cron/php-cron.cron` is a list of cron tasks to run in php-cron container, only `cron_events.php` is required for Bitrix and others are specific to this site, - [must](http://manpages.ubuntu.com/manpages/trusty/man8/cron.8.html) be owned by root:root and have access rights 0644 - fixable by running `scripts/fix-rights.sh` + [must](https://manpages.ubuntu.com/manpages/jammy/man8/cron.8.html) be owned by root:root and have access rights 0644 - fixable by running `scripts/fix-rights.sh` - `cron/host.cron` is a list of cron tasks to run on the host machine diff --git a/config/nginx/Dockerfile b/config/nginx/Dockerfile index 9124dff..51b27e9 100644 --- a/config/nginx/Dockerfile +++ b/config/nginx/Dockerfile @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="Dmitry Verkhoturov org.opencontainers.image.title="nginx" # for shadow package -RUN echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories +RUN echo https://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories # shadow for usermod # brotli for compression