Setting REDMINE_RELATIVE_URL_ROOT alone doesn't seem to be sufficient. We need to set RAILS_RELATIVE_URL_ROOT with the same value. REDMINE_RELATIVE_URL_ROOT update nginx configuration while RAILS_RELATIVE_URL_ROOT takes care of Ruby on Rails Route. ``` environment: NGINX_ENABLED: true REDMINE_RELATIVE_URL_ROOT: /it RAILS_RELATIVE_URL_ROOT: /it ```