Skip to content

Commit 2debf3c

Browse files
authored
fix(nginx.conf.template): allow well-known routes
1 parent 0fa3fe4 commit 2debf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ http {
5050
set $kibana kibana:5601;
5151
set $mosquitto mosquitto:9001;
5252

53-
location ~ /\. {
53+
location ~ "^/\.(?!well-known/)" {
5454
deny all;
5555
}
5656

0 commit comments

Comments
 (0)