[DOCUMENTATION] Allow install.php to be ran with sample nginx conf

This commit is contained in:
Diogo Cordeiro 2019-07-26 18:29:41 +01:00
parent d1fc7c0774
commit c0342b1482
1 changed files with 2 additions and 1 deletions

View 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;