Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 379 Bytes

php.md

File metadata and controls

22 lines (15 loc) · 379 Bytes

PHP

nginx_php:

  • upstream_name (M)
  • sockets: (O) socket list

If sockets is not provided, if uses local unix socket (based on PHP version).

You should see Nginx upstream module doc.

Each socket have:

  • unix

XOR

  • host (M)
  • port (M)
  • weight (O)
  • max_fails (O)
  • fail_timeout (O)