Updated sub-directory docs

This commit is contained in:
laf
2016-08-20 11:47:24 +01:00
parent c763d4deff
commit e7ba6d9ade

View File

@@ -17,4 +17,4 @@ Alias /librenms /opt/librenms/html
The `RewriteBase` directive in `html/.htaccess` must be rewritten to reference the subdirectory name. Assuming LibreNMS is running at http://example.com/librenms/,
you will need to change `RewriteBase /` to `RewriteBase /librenms`.
Finally, ensure `$config["base_url"]` -- if configured -- is correct as well.
Finally, set `$config["base_url"] = '/librenms/';` in config.php.