Skip to content

Instantly share code, notes, and snippets.

@lavarini
Created July 20, 2015 17:54
Show Gist options
  • Save lavarini/c51b5c5a3b58355135d6 to your computer and use it in GitHub Desktop.
Save lavarini/c51b5c5a3b58355135d6 to your computer and use it in GitHub Desktop.
location ~ ^/(api|ssi)/(?P<api_url>.*) {
set $php_fpm_socket "/var/run/php5.5-fpm-novocifraclub.sock";
root /var/www/NovoCifraClub/src/CifraClub;
index index.php;
include fastcgi_php;
fastcgi_param AMBIENTE 2;
rewrite ^ /index.php?_url=/$api_url break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment