Commit Graph

6 Commits

Author SHA1 Message Date
Mark Street 6a3d75151d Tweak nginx config (#1769) 2025-12-13 11:57:45 +09:00
Mark Street ee4239181d Don't forward /apiXYZ to backend (#1731) 2025-11-06 14:23:31 +00:00
Mark Street e4597d5d79 Don't explode when backend is unavailable (#1660)
* Don't explode when backend is unavailable

* return '{}' as that may be less weird than null

* Don't choke on CloudFlare HTML response

* CloudFlare -> Cloudflare (rebranded in 2016, who knew)
2025-09-12 23:21:23 +09:00
Mark Street 07eea75181 Oops (#1603)
* Oops

* undo

* fixup down.html behaviour

* text/html is in gzip_types by defaut, so remove this to prevent log warning

* Apply down.html behaviour to dev docker setup

* ... and one more thing
2025-06-12 11:40:10 +01:00
Mark Street e0021bf625 Bump nginx buffer, use http/1.1 (#1597) 2025-06-10 16:33:33 +09:00
Mark Street 77bc4e6672 Add Docker Production setup (#1580)
* Add Docker Production setup

* Fixup ci

* forgot to hit save..

* try again

* More trying

* tweaks

* 🐻 hide all the dumbness

* overriding INTERNAL_API_BASE is optional

* Add pgdump dir to allow pg_restore

* rework nginx configuration for prod

* Add proxy timeouts for sanity
2025-06-07 15:51:39 +01:00