From 691f2980f0dd4d82cb0b2b43df81d7f19ff0cba7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jun 2018 15:30:38 +0200 Subject: improve configuration to simply multi-glpi installation --- glpi-nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'glpi-nginx.conf') diff --git a/glpi-nginx.conf b/glpi-nginx.conf index 68ae1bf..db547bc 100644 --- a/glpi-nginx.conf +++ b/glpi-nginx.conf @@ -21,6 +21,10 @@ location /glpi/ { deny all; } + # Redirect configuration for multi-glpi installation + # You can set this value in each vhost configuration + #fastcgi_param GLPI_CONFIG_DIR /etc/glpi + # Install is only allowed via local access (from the GLPI server). # Add your IP address if you need it for remote installation, # but remember to remove it after installation for security. -- cgit