X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fcyclo-www%2Fsite.conf;h=63387ecc48536d91b5e40f8f4f31d967c007183d;hp=308d38f05b63b77128c43cfa6957f9040210d4e4;hb=f37b6859150dc75316a6c2a4de09f9ecce738455;hpb=f7c8d9be0bb14044a189325bbcc1945f2ec7646b diff --git a/etc/nginx/site.d/cyclo-www/site.conf b/etc/nginx/site.d/cyclo-www/site.conf index 308d38f..63387ec 100644 --- a/etc/nginx/site.d/cyclo-www/site.conf +++ b/etc/nginx/site.d/cyclo-www/site.conf @@ -16,7 +16,7 @@ location ~ /\. { deny all; log_not_found off; } - location ~ \.php(|/.+)$ { +location ~ \.php(|/.+)$ { include /etc/nginx/conf.d/fastcgi.conf; set $no_cache "0"; if ($request_method !~ ^(GET|HEAD)$) {