pagure: fix "ServerLimit cannot occur within <VirtualHost> section" error
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c11827de9f
commit
ebcf1ff795
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue