Iván Chavero
43053d7089
- Install nextcloud - Install and configure notify_push high performance backend - Install and configure collabra office online
7 lines
125 B
Text
7 lines
125 B
Text
# PHP-FPM FastCGI server
|
|
# network or unix domain socket configuration
|
|
|
|
upstream php-fpm {
|
|
server 127.0.0.1:9000;
|
|
}
|
|
|