in a project I´m working I got the task of being responsible for our gitlab server. In the gitlab.rb of this existing service I found the following line:
nginx['custom_gitlab_server_config'] = "location ^~ /.well-known { root /var/www/letsencrypt; }"
Can anyone explain me what´s happening there?
Thank you!