Should see the home page on browser, but not seeing. I’m trying to access it using IP, not domain.
IP with port number - 3000. http://xx.xx.xx.xx:3000.
Could see the nginx default page on standard http port 80 - http://xx.xx.xx.xx, but can’t see zammad page at port 3000.
I’ll attach the domain later.
*
I, [2023-09-04T14:30:29.843049#121719-111540] INFO -- : ProcessScheduledJobs running...
I, [2023-09-04T14:30:29.845049#121719-111540] INFO -- : Running job thread for 'Generate 'Session' data.' (Sessions.jobs) status is: sleep
I, [2023-09-04T14:30:29.845173#121719-111540] INFO -- : Running job thread for 'Check 'Channel' streams.' (Channel.stream) status is: sleep
I, [2023-09-04T14:30:29.845364#121719-111540] INFO -- : Running job thread for 'Process ticket escalations.' (Ticket.process_escalation) status is: sleep
Zammad systemd service says - Main PID: 121717 (sleep).
Remove the default vHost file and adjust the zammad.conf as needed.
Then reload nginx by using systemctl reload nginx and you should be able to access the Zammad WebUI via https. Please consider not using Port 80 (http) as sensitive information is being transferred.-