Update README

This commit is contained in:
Corder Guy 2018-05-04 11:08:38 -05:00
parent 6b9b9efce1
commit 3cc0214ee4

View file

@ -13,3 +13,7 @@ Base url = `https://corder.tech`
| `/mocha/avatar/{user_id}` | Avatar string for the user | Yes | | `/mocha/avatar/{user_id}` | Avatar string for the user | Yes |
| `/mocha/avatar/{user_id}/{avatar}` | 200 OK if successful | Yes | | `/mocha/avatar/{user_id}/{avatar}` | 200 OK if successful | Yes |
| `/mocha/random` | Random user | 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.