跳至内容
菜单
此问题已终结
3 回复
5200 查看

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
12905
2
9月 15
7399
3
3月 19
7699
1
10月 15
6975
1
6月 25
1404