Starting with GreenLight v4.5.9, customers can configure their own webserver configuration so that things like ssl, ciphers, a.s.o can be set individually.

Please find below the step-by-step guide for that


  • open ssh session and access the following folder
    • cd /opt/panagenda/appdata/volumes/nginx

  • copy the current nginx configuration from the docker container into the folder
  • modify the pan_gl file based on your needs
    • vim pan_gl

  • save/close
    • :wq!

  • Restart the container
    • docker restart gl_nginx