Files
fedora-infra_ansible/roles/copr/dist_git/files/httpd/copr-dist-git.conf
2025-01-22 17:33:51 +01:00

20 lines
586 B
Plaintext

Alias /per-task-logs /var/lib/copr-dist-git/per-task-logs
<Directory /var/lib/copr-dist-git/per-task-logs>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
<IfModule mpm_prefork_module>
StartServers 2
MinSpareServers 2
MaxSpareServers 5
ServerLimit 20
MaxRequestsPerChild 10000
</IfModule>
# When disabling cgit with the `chmod -x /var/www/cgi-bin/cgit` hack,
# please update the ticket URL in `/var/www/html/cgit-error.html`
# and uncomment this line
ErrorDocument 500 /cgit-error.html