Commit ee56d131 authored by bmortier's avatar bmortier
Browse files

:handshake: fix(apache) change the path in the apache configuration to point...

:handshake:

 fix(apache) change the path in the apache configuration to point to /usr/share/fusiondirectory directly

Signed-off-by: bmortier's avatarBenoit Mortier <benoit.mortier@fusiondirectory.org>
Showing with 2 additions and 2 deletions
+2 -2
# Include FusionDirectory to your web service
Alias /fusiondirectory /var/www/fusiondirectory/html
Alias /fusiondirectory /usr/share/fusiondirectory/html
<Directory /var/www/fusiondirectory/html>
<Directory /usr/share/fusiondirectory/html>
# Remove the comment from the line below if you use fusiondirectory-configuration-manager --encrypt-passwords
# include /etc/fusiondirectory/fusiondirectory.secrets
</Directory>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment