Skip to Content
मेन्यू
This question has been flagged
1 Reply
3570 Views

I'm using nginx. I can correctly setup on a subdomain: "odoo.example.com".


But I want a path as well: "app.example.com/odoo".


So I did this:

server {

server_name app.example.com;
  ... other stuff

  location /odoo {
   proxy_redirect off;
   proxy_pass http://odoo:8069
 }

}



But that gives me a 500 error.


(When I use "location /" it works correctly, but without a path.)

Avatar
Discard
Best Answer

Hi, you can follow this: https://youtu.be/-3wV7A_4s-w

Hope it helps

Avatar
Discard
Related Posts Replies Views Activity
2
सित॰ 24
2391
2
मई 24
14866
1
जून 20
6467
0
अक्तू॰ 17
3602
2
जून 16
13778