Skip to content

Commit 28b5f7f

Browse files
committed
Update nginx.conf.template
1 parent 6689128 commit 28b5f7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webserver/templates/nginx.conf.template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,15 @@ server {
5050
log_not_found off;
5151
}
5252
#
53+
location ~ /.well-known {
54+
allow all;
55+
}
56+
#
5357
location = /favicon.ico {
5458
log_not_found off;
5559
access_log off;
5660
}
61+
#
5762
location = /robots.txt {
5863
allow all;
5964
log_not_found off;

0 commit comments

Comments
 (0)