nginx_php_handler.j2 344 B

123456789
  1. ################################################################################
  2. # This file was generated by Ansible for {{ansible_fqdn}}
  3. # Do NOT modify this file by hand!
  4. ################################################################################
  5. upstream php-handler {
  6. # server 127.0.0.1:9000;
  7. server unix:{{ php_socket }};
  8. }