Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to use Varnish in a Scalingo application #2980

Open
EtienneM opened this issue Jan 23, 2025 · 0 comments · May be fixed by #2981
Open

Document how to use Varnish in a Scalingo application #2980

EtienneM opened this issue Jan 23, 2025 · 0 comments · May be fixed by #2981
Assignees

Comments

@EtienneM
Copy link
Member

https://app.intercom.com/a/inbox/w4oogu7s/inbox/shared/all/conversation/12375700389674?view=List

Varnish peut s'installer avec APT, donc l'utilisation de notre buildpack APT (https://doc.scalingo.com/platform/deployment/buildpacks/apt) devrait suffire pour l'installation. Il faudrait donc utiliser le multi-buildpacks APT + Node.js (https://doc.scalingo.com/platform/deployment/buildpacks/multi) pour ce cas là. Il faudrait également faire en sorte que l'application démarre Varnish en modifiant le Procfile. De plus il faudrait que ce soit bien Varnish qui écoute sur le port définit dans la variable d'environnement PORT.

Notez que ce n'est pas un workflow commun chez nous. Nos clients vont, pour la plupart, utiliser un CDN tel que Cloudflare ou Baleen pour mettre en cache les données plutôt que Varnish.

@EtienneM EtienneM changed the title Docuemnt how to use Varnish in a Scalingo application. Document how to use Varnish in a Scalingo application. Jan 23, 2025
@EtienneM EtienneM changed the title Document how to use Varnish in a Scalingo application. Document how to use Varnish in a Scalingo application Jan 23, 2025
@EtienneM EtienneM self-assigned this Jan 23, 2025
@EtienneM EtienneM linked a pull request Jan 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant