]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
[DOCUMENTATION] Allow install.php to be ran with sample nginx conf
authorDiogo Cordeiro <diogo@fc.up.pt>
Fri, 26 Jul 2019 17:29:41 +0000 (18:29 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Thu, 1 Aug 2019 13:37:59 +0000 (14:37 +0100)
DOCUMENTATION/SYSTEM_ADMINISTRATORS/webserver_conf/nginx.conf.sample

index 1d1bb161abd89a1e9476e8e78b757156dd1bbdc1..028bac6e22240cb3f457e085fa40fb52f0de66e8 100644 (file)
@@ -32,7 +32,8 @@ server {
     index index.php;
 
 # PHP
-    location ^~ /index.php {
+    location ~ ^/(index|install)\.php$ {
+    #location ^~ /index.php {
         include fastcgi_params;
         include snippets/fastcgi-php.conf;