diff --git a/extra/nginx-letsencrypt.conf b/extra/nginx-letsencrypt.conf index b4c7cc6..0ae6df7 100644 --- a/extra/nginx-letsencrypt.conf +++ b/extra/nginx-letsencrypt.conf @@ -19,7 +19,9 @@ server { server_name lago.example; location / { - proxy_pass http://lago.example; + root /usr/share/nginx/html; + index index.html index.htm; + try_files $uri $uri/ /index.html =404; } ssl_certificate /etc/letsencrypt/live/lago.example/fullchain.pem;