Reverted.

This commit is contained in:
ken restivo 2015-11-27 16:32:32 -08:00
parent 4af104384b
commit 216d41cd64

View File

@ -29,9 +29,3 @@ AddType audio/ogg .oga
RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
</IfModule>
# Required to keep Apache from hanging waiting for MySql connections
<IfModule mpm_prefork_module>
GracefulShutdownTimeout 300
MaxRequestWorkers 70
</IfModule>