ccy Hello, I have simple site as web app, is it possible to add reverse proxy so it is loading on different domain?
ccy esackbauer does this can help if i have some custom site as blog and mailcow? cause rn mailcow is listening on 80 and i want to add blog on same server.
esackbauer Yes. However you should always publish on 443, not on 80. 80 is used mainly for Lets Encrypt fetching certificates.
esackbauer The reverse proxy should listen on to 80 and 443. Blog and Mailcow must run on separate ports.