impress/deploy/files
Matchu 024041e591 Configure nginx to send pre-gzipped files to the client
Rails already creates little pre-gzipped `.gz` copies of all our assets
in the `public/assets` directory when we build. This configures nginx to
send those when available!

We weren't doing *any* gzip stuff before, so this helps a lot with those
bigger JS files, like the `wardrobe-2020` stuff. It's now at ~.5MB with
compression, which is still a bit big, but nowhere near as offensive as
the 4.5MB pre-anything, or 1.5MB post-minification, lol.
2023-10-25 15:44:01 -07:00
..
initial-placeholder Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
sites-available Configure nginx to send pre-gzipped files to the client 2023-10-25 15:44:01 -07:00
.gitignore Create setup.yml deploy script 2023-10-23 19:05:09 -07:00
authorized-ssh-keys.txt Create setup.yml deploy script 2023-10-23 19:05:09 -07:00
impress.service Extract some files out of the deploy script 2023-10-25 15:41:16 -07:00