forked from GNUsocial/gnu-social
[DOCUMENTATION] Allow install.php to be ran with sample nginx conf
This commit is contained in:
parent
d1fc7c0774
commit
c0342b1482
@ -32,7 +32,8 @@ server {
|
|||||||
index index.php;
|
index index.php;
|
||||||
|
|
||||||
# PHP
|
# PHP
|
||||||
location ^~ /index.php {
|
location ~ ^/(index|install)\.php$ {
|
||||||
|
#location ^~ /index.php {
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
include snippets/fastcgi-php.conf;
|
include snippets/fastcgi-php.conf;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user