revert unwanted (?) changes
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 5 Oct 2017 08:02:06 +0000 (10:02 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 5 Oct 2017 08:02:06 +0000 (10:02 +0200)
mods/sample-nginx.config

index ac518cb..6bf75bd 100644 (file)
@@ -129,8 +129,9 @@ server {
     # With php5-fpm:
     fastcgi_pass unix:/var/run/php5-fpm.sock;
 
-    include fastcgi.conf;
+    include fastcgi_params;
     fastcgi_index index.php;
+    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
   }
 
   # deny access to all dot files