HAProxy
You can inspect the HAProxy stats status page at /haproxy
. It can be useful to troubleshoot or just to get a feeling about the installations status. You can inspect the configuration here.
Enable https frontend
The above command will enable the TLS frontend, this will be enabled if you configure https with Let's encrypt.
Change port numbers
HAProxy listens on *:80
(all interfaces, tcp port 80) by default, and *:443
if https is enabled. If you like to change these ports update the following configuration keys.
Loading screen
The loading screen below uses haproxy stats to display it's information. The loading screen is displayed if the Immich Web frontend is down.