Skip to content

Commit

Permalink
Merge pull request #50 from tbeerman/add_robots_txt
Browse files Browse the repository at this point in the history
add robots.txt to server images
  • Loading branch information
tbeerman authored Feb 13, 2020
2 parents 8d1c50f + 0f09bb6 commit 74e810a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ADD rucio.conf.j2 /tmp/
ADD httpd.conf.j2 /tmp/
ADD 00-mpm.conf.j2 /tmp
ADD docker-entrypoint.sh /
ADD robots.txt /var/www/html
RUN rm /etc/httpd/conf.d/welcome.conf /etc/httpd/conf.d/userdir.conf /etc/httpd/conf.d/ssl.conf

VOLUME /var/log/httpd
Expand Down
2 changes: 2 additions & 0 deletions server/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 74e810a

Please sign in to comment.