Hello!
In the System Information, I see this: URL of this Server localhost:8080
How or where can I change this setting to MYDomain.com?
Best Regards, Lars
Hello!
In the System Information, I see this: URL of this Server localhost:8080
How or where can I change this setting to MYDomain.com?
Best Regards, Lars
Solved it by my self by adding the following lines to the 000-default.conf AND the 000-default-le-ssl.conf files.
ProxyPreserveHost On
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
Maybe it helps somebody who runs into the same problem.
Best regards, Lars