include /snippets/authelia-location.conf; real_ip_header CF-Connecting-IP; location / { include /snippets/proxy.conf; include /snippets/authelia-authrequest.conf; proxy_pass http://$server:$port; }