コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
5234 ビュー

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?


アバター
破棄
最善の回答

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

アバター
破棄
著作者 最善の回答

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

アバター
破棄
著作者

I did this and it is working 100% now

report.url http://0.0.0.0:8069/

関連投稿 返信 ビュー 活動
2
6月 18
12931
2
9月 15
7412
3
3月 19
7718
1
10月 15
6995
1
6月 25
1424