~sinzui/juju-ci-tools/repository

« back to all changes in this revision

Viewing changes to xenial/wordpress/files/charm/apache/etc_apache2_conf-d_php5-fpm.conf

  • Committer: Curtis Hovey
  • Date: 2015-11-06 15:43:36 UTC
  • Revision ID: curtis@hovey.name-20151106154336-soncn5peue27jtr0
Added xenial.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<IfModule mod_fastcgi.c>
 
2
        AddHandler php5-fcgi .php
 
3
        Action php5-fcgi /php5-fcgi
 
4
        Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
 
5
        FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization
 
6
</IfModule>