Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
5401 Vues

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
Ignorer
Meilleure réponse

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

Avatar
Ignorer
Auteur Meilleure réponse

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
Ignorer
Auteur

I did this and it is working 100% now

report.url http://0.0.0.0:8069/

Publications associées Réponses Vues Activité
2
juin 18
13140
2
sept. 15
7602
3
mars 19
7902
1
oct. 15
7163
1
juin 25
1604