server { server_name home.mydomain.com; # This listen only when accessed from outside the home network listen 8443 ssl; http2 on; # Authelia auth entry point include "com.mydomain/authelia_location.conf"; # Enable Authelia login for the entire subdomain include "com.mydomain/authelia_proxy.conf"; include "com.mydomain/authelia_authrequest.conf"; # Include all the services under the subdomain include "com.mydomain/home/main.conf"; }