Added by Jesse Godfroy over 6 years ago
I installed openproject 8.0 manually and I would like to have it be reachable with https://domain/openproject.
I've changed the setting in config/configuration.yml, removed the frontends, performed npm install and setup the databases, but going to https://domain/openproject still doesn't work.
Is there more to it? What else do I need to change?
Replies (2)
I figured this out by following this guide: https://www.phusionpassenger.com/library/deploy/apache/deploy/ruby/#deploying-an-app-to-a-sub-uri
I had to add the Alias command to my Apache VirtualHost file.
Hi Jesse,
I'm trying to do exactly as you are and install OpenProject in a subdirectory. OP is in a docker container and reverse proxied by nginx which works fine for other apache sites on the internal Docker network.
Like you, I set the environmental parameters for the subdrectory, namely /openproject and the site comes up but is missing the icons and fonts. This is because the fonts are missing the /openproject directory in their URI.
I've tried your solution but no joy. Below is the standard Apache conf for OpenProject 8.0. As you can see, it just proxies everything into the backend.
I can't think what to do and I don't want to give up. If you could share your apache config, that would be a huge help!
Cheers!