I have installed the standalone and I can't understand what is my password for the UI panel. In the integration.conf I have added following
[paths]
ui_path = /home/user/imunify360
ui_owner = user:user
[pam]
service_name = system-auth
[malware]
basedir = /home
pattern_to_watch = ^/home/user/.+?/(public_html|public_ftp|private_html)(/.*)?$
[web_server]
server_type = nginx
graceful_restart_script = /usr/sbin/nginx -s reload
modsec_audit_log = /var/log/nginx/modsec_audit_log
#modsec_audit_logdir = /opt/modsecurity/var/audit
Do I need to add a user/password here?
[paths]
ui_path = /home/user/imunify360
ui_owner = user:user
[pam]
service_name = system-auth
[malware]
basedir = /home
pattern_to_watch = ^/home/user/.+?/(public_html|public_ftp|private_html)(/.*)?$
[web_server]
server_type = nginx
graceful_restart_script = /usr/sbin/nginx -s reload
modsec_audit_log = /var/log/nginx/modsec_audit_log
#modsec_audit_logdir = /opt/modsecurity/var/audit
Do I need to add a user/password here?
Comment