From ac645f598dcfe412dcf048d2ebdb04e17ed60e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=99=F0=9D=93=BE=F0=9D=93=B5=F0=9D=93=B2?= =?UTF-8?q?=F0=9D=93=B8?= Date: Wed, 19 Jun 2024 03:43:39 +0100 Subject: [PATCH] Add nginx/tls.conf --- nginx/tls.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nginx/tls.conf diff --git a/nginx/tls.conf b/nginx/tls.conf new file mode 100644 index 0000000..dbc6073 --- /dev/null +++ b/nginx/tls.conf @@ -0,0 +1,3 @@ +location ^~ /.well-known { + allow all; +} \ No newline at end of file