Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
5357 Tampilan

I reroute to port 80 with iptables in /etc/rc.local

iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8069

it works great, BUT then wkhtmltopdf or my PDF printing is not working.

Any suggestions?


Avatar
Buang
Jawaban Terbai

wkhtml pdf running internally so it should be enough to add report.url 127.0.0.1:PORT in system parameters.

Avatar
Buang
Penulis Jawaban Terbai

please be more specific as where to add this setting and should it be  report.url 127.0.0.1:80
I run Odoo on a Ubuntu VPS

Avatar
Buang
Penulis

I did this and it is working 100% now

report.url http://0.0.0.0:8069/

Post Terkait Replies Tampilan Aktivitas
2
Jun 18
13063
2
Sep 15
7551
3
Mar 19
7842
1
Okt 15
7103
1
Jun 25
1550