I’m new to this business, I need to make access from outside on port 80 and 443 for the application. I have figured out how to make a redirect to 443 so far. But I don’t understand how to make it possible to reach both ports.
2. Error messages and/or full log output:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
When you click New Topic and choose the Help category, a template appears where you write your post. Fill that out please (it asks you not to delete it) so we can help you
Closer, but most of it is still empty. I still have no idea what causes the error, what the error is, what the expected behavior is, or what you mean by “the application.”
Let me describe the task
I have a web server raised at the address 192.168.5.63
There is software for the medical center on it, which the client program connects to from an external network on 80 and 443 IP address. How to correctly register in the caddy config so that the software can connect to 192.168.5.63 on port 80 and 443?
If you want the client to access the site literally with a Host header value of 192.168.5.63 then you do need to use that IP in your config, rather than a domain name. You can have both, of course.