impress/deploy/files
Emi Matchu e9b0fa0779 Future-proof our nginx config for IPv6
Today I learned that nginx requires a special invocation to listen to
IPv6 addresses as well as IPv4. On some of my other projects, this was
causing Let's Encrypt certificate renewal to fail, because Let's
Encrypt prefers to connect over IPv6 when an AAAA record is present, so
its challenges were always returning 404, because nginx wasn't
listening on IPv6.

This shouldn't be affecting impress in production, because we don't
have an AAAA record right now. But I'm just making this change in all
my projects, to make sure this doesn't bite me in the future!
2024-02-13 08:52:45 -08:00
..
initial-placeholder Upgrade puma in the initial-placeholder app, to satisfy Dependabot 2023-10-26 14:48:21 -07:00
sites-available Future-proof our nginx config for IPv6 2024-02-13 08:52:45 -08:00
.gitignore Create setup.yml deploy script 2023-10-23 19:05:09 -07:00
authorized-ssh-keys.txt Update my desktop SSH key 2024-01-14 03:07:12 -08:00
impress.service Replace falcon server with puma 2024-01-23 21:55:26 -08:00