forked from GNUsocial/gnu-social
[DOCUMENTATION] Allow install.php to be ran with sample nginx conf
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user