Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
5390 Visualizzazioni

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
Abbandona
Risposta migliore

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

Avatar
Abbandona
Autore Risposta migliore

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
Abbandona
Autore

I did this and it is working 100% now

report.url http://0.0.0.0:8069/

Post correlati Risposte Visualizzazioni Attività
2
giu 18
13124
2
set 15
7590
3
mar 19
7884
1
ott 15
7141
1
giu 25
1593