Skip to content

Commit

Permalink
Add robot TXT
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSamson committed Jan 11, 2024
1 parent 39d0956 commit 0e9c47c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3.0-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN chown -R www-data: /var/www/html/conf
# Add Apache conf
ADD ./apache2.conf /etc/apache2/sites-available/000-default.conf
ADD ./ports.conf /etc/apache2/ports.conf

ADD ./robots.txt /var/www/html/robots.txt
# Add crontab config
ADD ./itop-background-task.cron /var/www/html/
#Configure the crontab
Expand Down
2 changes: 2 additions & 0 deletions 3.0-custom/robot.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 0e9c47c

Please sign in to comment.