]> git.mxchange.org Git - friendica.git/commitdiff
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 ac518cbd48a53e9ada01cc1f3740374f8a114c9b..6bf75bd8181c33e48de1efbb939cd188feea3ee6 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