forked from suse-edge/Factory
Use ironic-suse user/group in Apache for media
Signed-off-by: Marco Chiappero <marco.chiappero@suse.com>
This commit is contained in:
@@ -5,8 +5,8 @@ Listen {{ env.HTTP_PORT }}
|
||||
Listen {{ env.IRONIC_URL_HOST }}:{{ env.HTTP_PORT }}
|
||||
{% endif %}
|
||||
Include /etc/httpd/conf.modules.d/*.conf
|
||||
User apache
|
||||
Group apache
|
||||
User ironic-suse
|
||||
Group ironic-suse
|
||||
|
||||
<Directory />
|
||||
AllowOverride none
|
||||
|
Reference in New Issue
Block a user