diff options
| author | Remi Collet <remi@remirepo.net> | 2018-06-20 15:30:38 +0200 |
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-06-20 15:30:38 +0200 |
| commit | 691f2980f0dd4d82cb0b2b43df81d7f19ff0cba7 (patch) | |
| tree | b1ee059f3395b48a11b90a70e07df2956cf8aea6 /glpi-nginx.conf | |
| parent | d78477811983bd2ca606586ade686cb950f44e77 (diff) | |
improve configuration to simply multi-glpi installation
Diffstat (limited to 'glpi-nginx.conf')
| -rw-r--r-- | glpi-nginx.conf | 4 |
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. |
