Skip to content
Extraits de code Groupes Projets
Valider f28f93a0 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

Add nginx check for gitlab server

parent 6a7cfa3e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -298,6 +298,24 @@ findtime = 1d
logpath = /var/log/fail2ban.log
{% if inventory_hostname in groups.gitlab %}
#
# HTTP servers
#
[nginx-http-auth]
enabled = true
port = http,https
logpath = /var/log/gitlab/nginx/*error.log
[nginx-botsearch]
enabled = true
port = http,https
logpath = /var/log/gitlab/nginx/*error.log
maxretry = 3
{% endif %}
{% if inventory_hostname in groups.odoo_server or inventory_hostname in groups.owncloud_server %}
#
# HTTP servers
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter