« Openproject : Invalid host name configuration » : différence entre les versions
De www.yakakliker.org
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 12 : | Ligne 12 : | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<html> | * <html> | ||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | <script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | ||
<script> | <script> | ||
| Ligne 22 : | Ligne 22 : | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html>Surveiller le démarrage : | ||
<code>sudo openproject logs --tail</code> | |||
[[Catégorie:Openproject]] | [[Catégorie:Openproject]] | ||
Dernière version du 19 septembre 2025 à 14:52
Message d'erreur : Invalid host_name configuration
- Editer le fichier : /etc/openproject/conf.d/other
Vérifier la variable OPENPROJECT_HOST__NAME :
export OPENPROJECT_HOST__NAME="openproject.example.com"
- Redémarrer le service openproject :
openproject restart
- Surveiller le démarrage :
sudo openproject logs --tail