libresh / compose-remotestorage

Remote Storage application for IndieHosters network
GNU Affero General Public License v3.0
18 stars 6 forks source link

use php-fpm #4

Open ghost opened 8 years ago

ghost commented 8 years ago

Using php-fpm has a big performance improvement, consider using that instead of mod_php. See https://github.com/fkooman/php-remote-storage-deployment/blob/master/storage.example-httpd.conf for example Apache configuration using php-fpm.

pierreozoux commented 8 years ago

In this case, I'll use nginx in front. (It is what I always do, but as your instructions were with apache..)

ghost commented 8 years ago

Yeah that is also good! I am not sure it was properly tested with nginx yet, so that would be helpful by itself! :D Note the X-Sendfile that was used and the limit on the request body.