3cn-ecn / nantralPlatform

Nantral Platform is a website project for clubs, events and more in Centrale Nantes
https://nantral-platform.fr
MIT License
20 stars 2 forks source link

fix: nginx upstream resolution fail #1041

Closed charles-zablit closed 1 year ago

charles-zablit commented 1 year ago

If Nginx starts before the prod Django container is up and listening for requests, Nginx will fail all requests redirected to the (not yet available) upstream.

This fix checks that nantral-platform.fr is accessible every 30s and restarts the Nginx container if needed.

Most importantly, this will allow us to reboot our VPS without having to manually restart Nginx (this caused the website to be down on the 11th of May 2023