From ea0ffc521b6eba78bc5623483a121df5b4b7d3cd Mon Sep 17 00:00:00 2001 From: Svitin Egor Date: Fri, 2 Feb 2024 13:37:10 +0300 Subject: [PATCH 1/2] update env --- .../docker_container/wp-config-local.php | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/environments/docker_container/wp-config-local.php b/environments/docker_container/wp-config-local.php index e8c621c..71480ef 100644 --- a/environments/docker_container/wp-config-local.php +++ b/environments/docker_container/wp-config-local.php @@ -1,13 +1,28 @@ Date: Fri, 2 Feb 2024 14:37:50 +0300 Subject: [PATCH 2/2] add robot --- environments/docker_container/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 environments/docker_container/robots.txt diff --git a/environments/docker_container/robots.txt b/environments/docker_container/robots.txt new file mode 100644 index 0000000..77470cb --- /dev/null +++ b/environments/docker_container/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file