Advertisement
Guest User

Untitled

a guest
Jun 9th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.29 KB | None | 0 0
  1. /etc/php5/fpm/php.ini:
  2.   ini.options_present:
  3.     - sections:
  4.         PHP:
  5.           display_errors : 'Off'
  6.           error_reporting : 'E_ERROR'
  7.         Session:
  8.           session.save_handler : '"memcached"'
  9.           session.save_path : '""'
  10.      - watch_in:
  11.        - service: apache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement