mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
20 lines
586 B
Plaintext
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
|