Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
5753 มุมมอง

Using nginx as reverse proxy , i had set default "web" port to non standard 8666 , to prevent annoying attacker bots.

But it is casing base url redirection to fail.


What should i do .

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

The purpose of a reverse proxy is to shield your web applications and not to change ports. You allow access on port 80 and forward it to your internal IP and port. Most commonly, you use a reverse proxy to forward incoming requests like www.example.com to an internal IP and port and at the same time it is very much recommended to encrypt the traffic using for example Let's Encrypt certificates.

Please make yourself familiar with reverse proxies (https://en.wikipedia.org/wiki/Reverse_proxy) and study the numerous examples available on how to set up a proxy server for Odoo, such as https://linuxize.com/post/configure-odoo-with-nginx-as-a-reverse-proxy/.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
พ.ค. 24
3073
4
พ.ค. 24
9171
4
ธ.ค. 22
379
2
ส.ค. 24
2258