Commit 20623a55 authored by bmortier's avatar bmortier
Browse files

Merge branch...

Merge branch '6268-change-the-path-in-the-apache-configuration-to-point-to-usr-share-fusiondirectory-directly' into '1.4-dev'

Resolve "change the path in the apache configuration to point to /usr/share/fusiondirectory directly"

Closes #6268

See merge request fusiondirectory/fd!1030
Showing with 2 additions and 2 deletions
+2 -2
# Include FusionDirectory to your web service # 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 # Remove the comment from the line below if you use fusiondirectory-configuration-manager --encrypt-passwords
# include /etc/fusiondirectory/fusiondirectory.secrets # include /etc/fusiondirectory/fusiondirectory.secrets
</Directory> </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