ckc-org / skeletor

a Ckc opinionated base project for web and native apps
MIT License
15 stars 7 forks source link

Add nginx buildpack and use that to serve static files #90

Open ckcollab opened 2 years ago

ckcollab commented 2 years ago

https://github.com/heroku/heroku-buildpack-nginx

Override config -> https://github.com/heroku/heroku-buildpack-nginx#customizable-nginx-config

  1. better static serving; remove whitenoise
  2. Make custom configuration that passes people with session cookies to django, the rest to the static app pages/API responses. Will allow scaling into the thousands of requests per second pretty easily
ckcollab commented 1 year ago

Maybe do this with #132 ?