diff options
author | ken restivo <ken@restivo.org> | 2015-11-27 14:40:22 -0800 |
---|---|---|
committer | ken restivo <ken@restivo.org> | 2015-11-27 14:40:22 -0800 |
commit | aa78d51521132cf38e8c6a52cd01345e41f67905 (patch) | |
tree | 2c6ac9eb841f484cc768d4f37a4d0bba90c3f906 /.htaccess | |
parent | 16e7ec7bfea0de778d5eb0d0f5ab5a51aa10c480 (diff) | |
download | volse-hubzilla-aa78d51521132cf38e8c6a52cd01345e41f67905.tar.gz volse-hubzilla-aa78d51521132cf38e8c6a52cd01345e41f67905.tar.bz2 volse-hubzilla-aa78d51521132cf38e8c6a52cd01345e41f67905.zip |
More sane defaults, to avoid problems. Addresses #188
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,4 +33,5 @@ AddType audio/ogg .oga # Required to keep Apache from hanging waiting for MySql connections <IfModule mpm_prefork_module> GracefulShutdownTimeout 300 + MaxRequestWorkers 100 </IfModule>
\ No newline at end of file |