Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Docker container and suburi

Docker container and suburi

Added by Marco Caldirola over 6 years ago

Hi all,

I'm running official Openproject docker container and everything works properly. Now i want to reach Openproject with the suburl /openproject (eg.: pippo.com/openproject). I read many thread in this forum but i can't reach my goal.
My configuration steps are:
  1) configuration.yml -->  rails_relative_url_root: "/openproject"
  2) openproject.cong (apache configuration):
   Alias /openproject /usr/src/app/public
  <Location /openproject>
   ProxyPass http://127.0.0.1:8080/ retry=0
   ProxyPassReverse http://127.0.0.1:8080/
  </Location>
  3) bundle exec rake assets:precompile
  4) /etc/init.d/apache2 restart

In this way i can navigate to pippo.com/openproject but the urls inside the pages are wrong, eg: http://pippo.com/projects/new instead  http://pippo.com/openproject/projects/new, http://pippo/login instead http://pippo/openproject/login.

Any Ideas?

Thanks!


Loading...