block semrush bot through robots.txt
This commit is contained in:
parent
e3b0a2145a
commit
7197f2e6a2
3 changed files with 14 additions and 1 deletions
|
@ -3,3 +3,4 @@ FROM nginx:1.24-bullseye
|
|||
COPY ./site-html /var/www/blog
|
||||
COPY ./site-repo/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./site-repo/counter /var/www/counter
|
||||
COPY ./site-repo/robots.txt /var/www/robots.txt
|
||||
|
|
Reference in a new issue