All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 4s
12 lines
313 B
Django/Jinja
12 lines
313 B
Django/Jinja
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 Dosh LLC
|
|
handle_path /robots.txt {
|
|
root * {{ CADDY_CONFIG_PATH }}/
|
|
rewrite * /robots.txt
|
|
file_server
|
|
}
|
|
handle_path /.well-known/security.txt {
|
|
root * {{ CADDY_CONFIG_PATH }}/
|
|
rewrite * /security.txt
|
|
file_server
|
|
}
|