From 04af06f526fa693eb6f6d4427d6b70ee3045c5b1 Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Wed, 11 Oct 2023 02:57:15 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26ba659..8952dbc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ possibly scattered across instances like this instance using the To run this service & nginx in two separate preconfigured containers, simply run: ```bash -TELEMETRY=YES URL_PREFIX=https://xpop.my-site.com docker-compose up --build +PORT=80 SSLPORT=443 TELEMETRY=YES URL_PREFIX=https://localhost docker-compose up --build ``` Run with `-d` flag to run 'detached', in the background. From d5aab1825b9251499bcba444c79a50a6490c7633 Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Fri, 13 Oct 2023 12:21:13 +0200 Subject: [PATCH 2/2] Create README.md --- conf/ssl/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/ssl/README.md diff --git a/conf/ssl/README.md b/conf/ssl/README.md new file mode 100644 index 0000000..47c28f4 --- /dev/null +++ b/conf/ssl/README.md @@ -0,0 +1,5 @@ +# WARNING + +The certificates in this folder are **SELF SIGNED SAMPLES** just so NGINX will boot. + +You will have to **REPLACE THESE FILES** with your own valid certificates.