summaryrefslogtreecommitdiffstats
path: root/glpi-nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'glpi-nginx.conf')
-rw-r--r--glpi-nginx.conf4
1 files changed, 4 insertions, 0 deletions
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.