Commit graph

7 commits

Author SHA1 Message Date
c96c8be84c chore(nginx): simplify vhost configuration
Simplify the vhost configuration now that Caddy is sitting in front of
Nginx again.

This means that Caddy is responsible for the SSL certificate generation
and configuration, and proxying requests to Nginx, which is responsible
for processing the redirect map and serving the static files from disk.

This is a temporary solution until I can get the redirects working in
the same way with Caddy.
2022-08-17 22:58:42 +01:00
1e0d019bfa chore(nginx): add redirects 2022-08-17 01:14:23 +01:00
506402acc9 chore(nginx): add redirects 2022-08-17 01:10:13 +01:00
62242bd388 fix(nginx): remove links redirect
Fixes #22
2022-08-02 20:53:20 -04:00
36d55283d2 chore: update page permalink 2022-07-21 23:25:54 +01:00
87f7191ebf chore: update Nginx vhost 2022-07-21 21:07:59 +01:00
05748fd193 build(nginx): add vhost configuration 2022-07-20 09:14:30 +01:00