purescript / pursuit

Website for hosting and searching PureScript API documentation
https://pursuit.purescript.org/
Other
169 stars 47 forks source link

Update nginx max body size to 10m #471

Closed thomashoneyman closed 2 years ago

thomashoneyman commented 2 years ago

As seen in this failed workflow on the registry, some package resolutions exceed the 1m default body size imposed by nginx, and so this PR raises that limit to be 10m instead.

Relates to #189, #215, #227, and so on – this has been an issue for some time.

JordanMartinez commented 2 years ago

Just FYI. We hadn't released a new Pursuit version because we got blocked on #470. Did you get pass this? Or did you just publish a release without this?

thomashoneyman commented 2 years ago

Oops — published without re-running this. I didn’t see that issue as I haven’t been watching the repo. I can remove the release since this isn’t used as a library.