Modification : etc/nginx/site.d/lhc-stats/site.conf : intègre de la conf de piwik...
[lhc/ateliers.git] / etc / nginx / site.d / lhc-stats / local.conf
index 56b9f1c..b5f622c 100644 (file)
@@ -1 +1,5 @@
 listen 80;
+
+location = /index.php {
+       return 302 "https://$http_host/index.php";
+ }