Sha256: ec995c23bf7572f3f3543267d54099e0ef3f23ef0a7ac6e43a815a0a11bddcc3

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

location / {
	root   			<%= nginx.www_dir %>;
	index  			index.php index.html index.htm;
}

location ~ \.php$ {
	root			<%= nginx.www_dir %>;
	fastcgi_pass	fastcgi_server;
	fastcgi_index	index.php;
	fastcgi_param	SCRIPT_FILENAME  $document_root/$fastcgi_script_name;
	include			conf/fastcgi_params;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
peony-0.3.1 templates/nginx/sites-enabled/php.conf.erb
peony-0.3.0 templates/nginx/sites-enabled/php.conf.erb