docs: add git permission and 502 troubleshooting to deploy guide
This commit is contained in:
@@ -292,6 +292,9 @@ Le bump de version dans `sw.js` est fait *sur le serveur uniquement* : le dépô
|
|||||||
| Erreurs 500 sur les vidéos/podcasts
|
| Erreurs 500 sur les vidéos/podcasts
|
||||||
| `cache/` non accessible en écriture : `chown -R www-data:www-data cache/`
|
| `cache/` non accessible en écriture : `chown -R www-data:www-data cache/`
|
||||||
|
|
||||||
|
| `502 Bad Gateway` (Nginx)
|
||||||
|
| PHP-FPM injoignable : vérifier le socket réel avec `ls /var/run/php/` et adapter `fastcgi_pass` dans le vhost (ex. `php8.1-fpm.sock` sous Ubuntu 22.04, `php8.3-fpm.sock` sous 24.04) ; vérifier que le service tourne : `systemctl status php*-fpm`
|
||||||
|
|
||||||
| `php-intl` manquant
|
| `php-intl` manquant
|
||||||
| `apt install php-intl` puis `systemctl restart php*-fpm` (Nginx) ou `systemctl restart apache2` (Apache)
|
| `apt install php-intl` puis `systemctl restart php*-fpm` (Nginx) ou `systemctl restart apache2` (Apache)
|
||||||
|===
|
|===
|
||||||
|
|||||||
Reference in New Issue
Block a user