From 93db5dce269d372734b9522560426f45337170fa Mon Sep 17 00:00:00 2001 From: Someone Date: Sun, 25 Jan 2026 23:30:32 +0100 Subject: [PATCH] roles/server/nginx/vhost-unified --- roles/server/nginx/vhost-unified/templates/default/vhost.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/server/nginx/vhost-unified/templates/default/vhost.j2 b/roles/server/nginx/vhost-unified/templates/default/vhost.j2 index 2c726d1..6939aeb 100644 --- a/roles/server/nginx/vhost-unified/templates/default/vhost.j2 +++ b/roles/server/nginx/vhost-unified/templates/default/vhost.j2 @@ -107,7 +107,7 @@ server { ### location = /robots.txt { root /var/www/; - try_files /{{vhost_name}}/$uri /html/$uri =404; + try_files /{{vhost_name}}/robots.txt /html/robots.txt =404; } ### ### -- 2.47.3