Skip to content

Instantly share code, notes, and snippets.

@tegansnyder
Forked from IvanChepurnyi/vhost.conf
Created November 27, 2013 20:03
Show Gist options
  • Save tegansnyder/7682316 to your computer and use it in GitHub Desktop.
Save tegansnyder/7682316 to your computer and use it in GitHub Desktop.
location ~ ^/_intellij_phpunit_launcher.php$ {
expires off; ## Do not cache dynamic content
set $args "$args&dir=$document_root&config=phpunit.xml.dist";
fastcgi_pass unix://var/run/php5-fpm.sock; # Replace with your fpm pass
fastcgi_read_timeout 600;
include fastcgi_params; ## See /etc/nginx/fastcgi_params
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment