This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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) { |
OlderNewer