2017-11-26 16:41:02 +00:00

4 lines
92 B
Plaintext

# Defines the upstream for PHP 7.0
upstream php70 {
server unix:/run/php/php7.0-fpm.sock;
}