Dears,
Note that I'm using nginx as reverse proxy, and I'm enabling proxy_mode on the odoo config file.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Dears,
Hi Teimi,
i was getting same proble, you have to replace http://backend-odoo with your real domain in nginx configuration file:
upstream www.mywebsite.com {
server 127.0.0.1:8069;
}
server {
keepalive_timeout 120;
client_max_body_size 25M;
location / {
proxy_pass http://www.mywebsite.com;
}
}
Hi Mirco, On sites-availables I changed the proxy_pass parameter into my real domain name, I restarted nginx but now I'm getting bad gatway from nginx ... is there somthing I'm missing ?
Hi TEIMI, you have to do this in sites-enabled. Check my answer, i edited with my nginx config file.
I forgot to change backend-odoo on the upstream parameter also, works fine now. Thanks !
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
System redirect to a wrong url
تم الحل
|
|
1
مايو 25
|
720 | |
|
0
نوفمبر 24
|
1367 | ||
|
0
مارس 24
|
1371 | ||
|
1
ديسمبر 23
|
7108 | ||
change URL of default module
تم الحل
|
|
1
فبراير 22
|
8402 |