Cannot take remote of zammad

  • Used Zammad installation source: Through command line using yum and rpm
  • Operating system: centos7
  • Browser + version: Firefox and chrome

Expected behavior:

  • I should take remote of zammad using localhost:80 with the use of nginx

Actual behavior:

  • Zammad is running in my local machine, but i cannot take remote using localhost:80 since am using nginx as my webserver

Steps to reproduce the behavior:

  • I have configured the localhost name in server_name in the zammad.conf file in conf.d . But still cannot take remote of zammad .It is still showing the test page of nginx in the remote system.

please help me to fix this issue

Could you post the zammad.conf? Did you got any errors during the Installation?

Yup I got an error , Something like can’t find favicon.io not found and then i fixed it by adding “log_not_found = off” in Site-availability and added the symlink in nginx.conf

Just I replaced the localhost with my IP:3000 , Is there anything to be done apart from this

Please revert the upstream-server parts back to “localhost[…]”.
Take a look onto the server directive, there’s a comment above server_name stating the following

# replace 'localhost' with your fqdn if you want to use zammad from remote

So you have to change server_name localhost; on the following line

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.