İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3522 Görünümler

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
Vazgeç
En İyi Yanıt

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

Hope it helps

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Eyl 24
2338
2
May 24
14826
1
Haz 20
6426
0
Eki 17
3566
2
Haz 16
13732