From 3cc0214ee48a2f14b0d3f5fe81bdc683f1b6a8d2 Mon Sep 17 00:00:00 2001 From: Corder Guy Date: Fri, 4 May 2018 11:08:38 -0500 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b984900..cac8af5 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ Base url = `https://corder.tech` | `/mocha/avatar/{user_id}` | Avatar string for the user | Yes | | `/mocha/avatar/{user_id}/{avatar}` | 200 OK if successful | Yes | | `/mocha/random` | Random user | Yes | + + +On Ubuntu `httd` installations, the `corder-tech.conf` file goes in `/etc/apache2/sites-available`, with a symlink to that location placed in `../sites-enabled`. +This is all that needs to be done, assuming the Let's Encrypt TLS certs are installed in their default locations.