Categories
Uncategorized

Proxmox Helper Scripts OpenProject behind nginx reverse proxy

To get this to work:

  1. Point your nginx server config for your domain to your OpenProject LXC http://ipaddress:80
  2. This throws the error “Invalid host_name configuration” when visiting your hostname for it.
  3. On the OpenProject LXC edit /etc/openproject/server and /etc/openproject/other (I also edited /etc/openproject/installer.dat) and change the hostname to your hostname.
  4. Run the command
    openproject config:set SERVER_PROTOCOL_FORCE_HTTPS="true"
    and then
    openproject configure

Further thoughts… I bet you can do step 3 with the config:set command!

Leave a Reply