Modification : raccourcissement des noms UNIX pour MySQL : php5_ -> php_ .
[lhc/ateliers.git] / etc / nginx / site.d / lhc-stats / site.conf
index a98a1a1..986e3b9 100644 (file)
@@ -19,10 +19,12 @@ location ~* ^.+\.(?:css|gif|jpe?g|js|png|swf)$ {
  ## Defining the valid referers.
        ## Disallow any usage of piwik assets if referer is non valid.
        valid_referers none blocked
-        *.cyclocoop.org
-        *.heureux-cyclage.org
-        *.ptitvelo.net
-        *.velosenville.org;
+        server_names
+        .cyclocoop.org
+        .heureux-cyclage.org
+        .ptitvelo.net
+        .velosenville.org
+        .wiklou.org;
        if ($invalid_referer)  {
                return 444;
         }
@@ -58,7 +60,7 @@ location = /piwik.php {
        fastcgi_no_cache $no_cache;
        fastcgi_param REDIRECT_STATUS 200;
        
-       fastcgi_pass php5_fpm_lhc_stats;
+       fastcgi_pass php_fpm_lhc_stats;
  }
 location ~* ^.+\.php$ {
  ## Any other attempt to access PHP files redirects to the root.