# RaspiBlitz public.conf server configuration # server { listen 80 default_server; listen [::]:80 default_server; location ^~ /.well-known/acme-challenge/ { default_type "text/plain"; root /var/www/letsencrypt; } root /var/www/public; index index.html; server_name _; location / { # make sure to have https link to exact same host that was called sub_filter '