lemur/nextcloud/ansible/files/php-fpm.conf
Iván Chavero 43053d7089 Add Nextcloud playbook
- Install nextcloud
- Install and configure notify_push high performance backend
- Install and configure collabra office online
2021-08-23 22:01:13 -06:00

7 lines
125 B
Text

# PHP-FPM FastCGI server
# network or unix domain socket configuration
upstream php-fpm {
server 127.0.0.1:9000;
}