added missing space

This commit is contained in:
Ivan Iliev 2021-10-05 20:16:19 +03:00
parent c18df60b2a
commit 0548e2f55f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ server {
}
location = /robots.txt {
denyall;
deny all;
log_not_found off;
access_log off;
}