fileserver: Configure Apache ~user directories
This commit sets the `apache_userdir` variable, which enables the per-user directories feature. This allows users to serve content via HTTP by placing it in the `public_html` directory within their home directories. Although Apache is already installed on the file server in order to serve the Aria2 web UI, it is not explicitly included in the `fileserver.yml` playbook.
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
roles:
|
||||
- samba
|
||||
- fileserver
|
||||
- apache
|
||||
|
||||
1
group_vars/file-servers.yml
Normal file
1
group_vars/file-servers.yml
Normal file
@@ -0,0 +1 @@
|
||||
apache_userdir: public_html
|
||||
Reference in New Issue
Block a user