nginx and apache ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

nginx and apache ofbiz

ptaylor@taylorworld.one

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
Reply | Threaded
Open this post in threaded view
|

Re: nginx and apache ofbiz

Jason RJ
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, [hidden email]<mailto:[hidden email]> 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


Reply | Threaded
Open this post in threaded view
|

Re: nginx and apache ofbiz

amitca71@gmail.com
In reply to this post by ptaylor@taylorworld.one


On 2019/02/12 09:24:26, [hidden email] <[hidden email]> 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
Reply | Threaded
Open this post in threaded view
|

Re: nginx and apache ofbiz

Jacques Le Roux
Administrator
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, [hidden email] a écrit :

>
> On 2019/02/12 09:24:26, [hidden email] <[hidden email]> 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