Hi Philip,
Your proxy section is still commented out, you need to remove the #s
# location / {
# proxy_redirect off;
# proxy_pass http://ofbiz;
# }
Jason
On 12/02/2019 09:24, [email protected]<mailto:[email protected]>
wrote:
Morning.
I am trying to this working, and have hit a dead end, i am trying to get nginx
to refer to ofbiz, ie when you go to https://odoo.domain.one it shows whats in
https://domain.one:8443
http://paste.debian.net/1067285/ that is my config in /etc/nginx/sites-enabled
, and when i go to the domain it just shows nginx's hompage rather than ofbiz's
pages.
Can someone point me in the direction as to where i am going wrong, please.
Philip