Ajout : vm_hosted : lhc-remorque .
[lhc/ateliers.git] / etc / nginx / site.d / lhc-www / site.conf
index a866306..158a7a8 100644 (file)
@@ -3,7 +3,6 @@ server_name www.heureux-cyclage.org heureux-cyclage.org;
 client_body_buffer_size 8k;
 client_max_body_size 10m;
 location / {
-       root /home/www/pub/lhc-www;
        index index.html index.htm index.php;
  }
 location ~* ^.+.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ {
@@ -37,8 +36,11 @@ location ~ \.php$ {
        fastcgi_cache_valid 200 10s;
        fastcgi_cache_valid 404 10m;
        fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
+       fastcgi_index index.php;
        fastcgi_max_temp_file_size 2M;
        fastcgi_no_cache $no_cache;
+       fastcgi_param REDIRECT_STATUS 200;
+               # NOTE: PHP only, required if PHP was built with --enable-force-cgi-redirect
        fastcgi_pass_header Cookie;
        fastcgi_pass_header Set-Cookie;
        fastcgi_split_path_info ^(.+\.php)(/.+)$;