Can I add that to ports.conf file or will it overwrite? Enlish not great, just ok sorry. When I look at default-ssl.conf and 000-default in my sites-enabled, some apps like open project and etherpad are using the same port in both, and I cannot get them open for SSL. I have a cert for my domain and want to only use SSL for Open Project. It has install ok, but in config has same port for http/https:
default-ssl.conf:
ProxyPass /etherpad/ http://127.0.0.1:40006/etherpad/ retry=0
ProxyPassReverse /etherpad/ http://127.0.0.1:40006/etherpad/
ProxyPass /openproject/ http://127.0.0.1:40009/openproject/ retry=0
ProxyPassReverse /openproject/ http://127.0.0.1:40009/openproject/
000-default:
ProxyPass /etherpad/ http://127.0.0.1:40006/etherpad/ retry=0
ProxyPassReverse /etherpad/ http://127.0.0.1:40006/etherpad/
ProxyPass /openproject/ http://127.0.0.1:40009/openproject/ retry=0
ProxyPassReverse /openproject/ http://127.0.0.1:40009/openproject/
I cannot find any conf file for each of the programs to change or control the ports each uses. I tried change port to https and set to https in open project admin/admin account but cause 404
I want https only - any suggestions are great thank you