Skip to content

Instantly share code, notes, and snippets.

View lavarini's full-sized avatar
💭
É bios!

Alexandre Lavarini lavarini

💭
É bios!
  • Studio Sol
  • Belo Horizonte
View GitHub Profile
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;
}
(function(w, d, s) {
try {
d = w.top.document || d; w = w.top.document ? w.top : w;
} catch (e) {}
var ttag = function() {
var slot;
slot = parent.document.querySelectorAll('#pub_teads');
if (slot.length == 0) {