[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;
|
||||
|
||||
# PHP
|
||||
location ^~ /index.php {
|
||||
location ~ ^/(index|install)\.php$ {
|
||||
#location ^~ /index.php {
|
||||
include fastcgi_params;
|
||||
include snippets/fastcgi-php.conf;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user