I have added domain to bahmni. but the openerp is not working well i have to access it with ip:8069
How to add a domain or subdomain to oopen erp and add a ssl.
I have added domain to bahmni. but the openerp is not working well i have to access it with ip:8069
How to add a domain or subdomain to oopen erp and add a ssl.
Hi Mayank, You can add the following configuration in ssl.conf file. In the next bahmni release, you will get it automatically as part of the build. The ansible template is here
RewriteCond %{HTTP_HOST} ^openerp\.(.*)
RewriteRule (.*) http://172.18.2.46:8069$1 [P]
Thanks, I tested and it works…
where is “ssl.conf” file located?
/etc/httpd/conf.d/ssl.conf