cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

apache-fpm.conf (219B)


      1 <FilesMatch \.php$>
      2     SetHandler "proxy:fcgi://127.0.0.1:9000"
      3 </FilesMatch>
      4 
      5 DirectoryIndex disabled
      6 DirectoryIndex index.php index.html
      7 
      8 <Directory /var/www/>
      9     Options -Indexes
     10     AllowOverride All
     11 </Directory>