I set up my own openhab-cloud server ( I installed it using docker ) .
/home/user/openhab-cloud/deployment/docker-conpose/.env —> If REAL IP address is written in the “DOMAIN NAME” section in .env, it responds when I try with the real IP address in the browser
However, when I type real_domain name in DOMAIN NAME section, I get ERR TOO MANY REDIRECTS error message.
When I type the real domain name in the “DOMAIN NAME” section in .Env, in the browser
When I try the real IP address it gives a 404 error message
What arrangement should I make?
Thank you