* openproject apache2 config ServerName project.pejaime.com RewriteEngine On # RewriteRule ^/?(.*) https://%{SERVER_NAME}:443/$1 [R,L] ProxyPass / http://127.0.0.1:6000/ retry=0 ProxyPassReverse / http://127.0.0.1:6000/ ServerName project.pejaime.com DocumentRoot /opt/openproject/public ProxyRequests off Include /etc/openproject/addons/apache2/includes/vhost/*.conf # Can't use Location block since it would overshadow all the other proxypass directives on CentOS ProxyPass / http://127.0.0.1:6000/ retry=0 ProxyPassReverse / http://127.0.0.1:6000/