Create enable-php-upstream.conf

pull/522/head
Mr Chen 1 year ago
parent c5abb3eea1
commit 647e3904d2
  1. 4
      plugins/php/conf/enable-php-upstream.conf

@ -0,0 +1,4 @@
upstream UP-PHP{$PHP_VERSION} {
server unix:/tmp/php-cgi-{$PHP_VERSION}.sock;
server unix:/tmp/php-cgi-{$PHP_VERSION}.backup.sock;
}
Loading…
Cancel
Save