diff --git a/deploy/nginx/locations.conf b/deploy/nginx/locations.conf index 8d26d084..1732c7e7 100644 --- a/deploy/nginx/locations.conf +++ b/deploy/nginx/locations.conf @@ -19,6 +19,10 @@ location /admin { try_files $uri $uri/ /index.html =404; } +location /.well-known { + alias /data/ssl/.well-known; +} + location / { root /app/dist; try_files $uri $uri/ /index.html =404;