laravel5.conf 75 Bytes
Newer Older
jose's avatar
jose committed
1 2 3
location / {  
	try_files $uri $uri/ /index.php$is_args$query_string;  
}