Small change to Nginx rules in installation guide in English based on the .htaccess file

pull/2487/head
Yannick Warnier 8 years ago
parent 3d83d694ec
commit 063a0aeb91
  1. 2
      documentation/installation_guide.html

@ -776,7 +776,7 @@ If you have issues with files taking a long time to download, make sure you reco
}
location /main {
rewrite ^/main/admin/$ /main/admin/index.php last;
rewrite ^/main/admin/?$ /main/admin/index.php last;
}
location ~ \.php$ {

Loading…
Cancel
Save