Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
5176 Widoki

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?


Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

I did this and it is working 100% now

report.url http://0.0.0.0:8069/

Powiązane posty Odpowiedzi Widoki Czynność
2
cze 18
12856
2
wrz 15
7375
3
mar 19
7680
1
paź 15
6955
1
cze 25
1380