1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Clarify {{ apache_user }} is usually www-data

This commit is contained in:
A Holt 2021-02-19 14:40:28 -05:00 committed by GitHub
parent d80727fa3f
commit 3e16191050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
file:
state: directory
path: "{{ nextcloud_data_dir }}" # /library/www/nextcloud/data
owner: "{{ apache_user }}" # www-data on debuntu
owner: "{{ apache_user }}" # www-data on debuntu
group: "{{ apache_user }}"
# 1 of 3: Very Old Way... from OwnCloud days