check for sites where there is no subdirectory

This commit is contained in:
Michael Newton
2015-08-11 14:22:20 -07:00
parent 6ea5b88025
commit 2267e371b9
2 changed files with 8 additions and 5 deletions

View File

@@ -4,10 +4,8 @@ container of your choosing. If using a virtual host, place the directives in the
`/etc/apache2/sites-available/default`.
```apache
#This directive is never put inside a virtual host
AllowEncodedSlashes On
#These directives can be inside a virtual host or in the base server configuration
AllowEncodedSlashes On
Alias /librenms /opt/librenms/html
<Directory "/opt/librenms/html">