1
0
forked from suse-edge/Factory

Use ironic-suse user/group in Apache for API

Signed-off-by: Marco Chiappero <marco.chiappero@suse.com>
This commit is contained in:
2025-06-26 13:14:07 +00:00
parent 0358093370
commit 7c0423ee04

View File

@@ -27,8 +27,8 @@ Listen {{ env.IRONIC_URL_HOST }}:{{ env.IRONIC_LISTEN_PORT }}
ProxyPassReverse "/" "http://127.0.0.1:{{ env.IRONIC_PRIVATE_PORT }}/"
{% endif %}
SetEnv APACHE_RUN_USER ironic
SetEnv APACHE_RUN_GROUP ironic
SetEnv APACHE_RUN_USER ironic-suse
SetEnv APACHE_RUN_GROUP ironic-suse
ErrorLog /dev/stderr
LogLevel debug