You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by pt...@taylorworld.one, pt...@taylorworld.one on 2019/02/12 09:24:26 UTC

nginx and apache ofbiz

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

Re: nginx and apache ofbiz

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks "amitca71",

Your message has been moderated.

Please subscribe to the user ML and then use your email client
See also why here http://ofbiz.apache.org/mailing-lists.html

Else it's more work for moderators who have to accept your messages as long as you have not subscribed.
I'll personally no longer accept them (other moderators still could)

Jacques

Le 14/02/2019 à 13:38, amitca71@gmail.com a écrit :
>
> On 2019/02/12 09:24:26, ptaylor@taylorworld.one <pt...@taylorworld.one> 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
>> see this for example: https://github.com/amitca71/ofbiz-kubernetes/blob/master/docker/nginx/nginx.conf


Re: nginx and apache ofbiz

Posted by am...@gmail.com, am...@gmail.com.

On 2019/02/12 09:24:26, ptaylor@taylorworld.one <pt...@taylorworld.one> 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
> see this for example: https://github.com/amitca71/ofbiz-kubernetes/blob/master/docker/nginx/nginx.conf

Re: nginx and apache ofbiz

Posted by Jason RJ <ja...@reast.net>.
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, ptaylor@taylorworld.one<ma...@taylorworld.one> 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