pagure: fix "ServerLimit cannot occur within <VirtualHost> section" error

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-08-03 11:59:46 -07:00
parent c11827de9f
commit ebcf1ff795

View file

@ -8,6 +8,10 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
Protocols h2 h2c http/1.1
ServerLimit 1500
MaxRequestWorkers 1500
MaxConnectionsPerChild 1000
## Redirects http -> https
<VirtualHost *:80>
@ -80,10 +84,6 @@ Protocols h2 h2c http/1.1
{% endif %}
TimeOut 600
ServerLimit 1500
MaxRequestWorkers 1500
MaxConnectionsPerChild 1000
Alias "/robots.txt" "/var/www/html/robots.txt"
WSGIScriptAlias / /var/www/pagure.wsgi