Nginx: custom landing-page on restarting Zammad

Infos:

  • Used Zammad version: 5.2.x
  • Used Zammad installation type: docker-compose
  • Operating system: Linux
  • Browser: Chrome

Expected behavior:

  • restarting Zammad
  • open browser and browse to Zammad service (f.e. ‘localhost:8080’)
  • getting custom landing-page, for example:

Actual behavior:

  • restarting Zammad
  • open browser and browse to Zammad service (f.e. ‘localhost:8080’)
  • getting default landing-page

Steps to reproduce the behavior:

  • restart Zammad

f.e. with ‘docker compose down’ and then ‘docker compose up’

Question

I’m sure the default landing-page of Nginx is somewhere, on any directory, but I don’t know where.
Is anyone able to answer this question?

What you’re looking for is “custom errordocuments” for nginx.
nginx allows you to serve specific pages depending on the http code if needed.

1 Like

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