X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-stats%2Flocal.conf;h=b5f622c2c3fcce52a0aac37c1a186b5321fef78c;hb=837755eea02c6cc52153764f229f6f4965af5de9;hp=56b9f1c80b452522def41f541e6409cad1571509;hpb=df68657fede5c248b4ff6abe8398edbaa7a3f7ca;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/lhc-stats/local.conf b/etc/nginx/site.d/lhc-stats/local.conf index 56b9f1c..b5f622c 100644 --- a/etc/nginx/site.d/lhc-stats/local.conf +++ b/etc/nginx/site.d/lhc-stats/local.conf @@ -1 +1,5 @@ listen 80; + +location = /index.php { + return 302 "https://$http_host/index.php"; + }