Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 2dc7a30

Browse files
author
Ruben Schmidmeister
committed
Merge branch 'feature/robots'
2 parents ff288d3 + 48fbd51 commit 2dc7a30

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Frontend/public/robots.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
User-agent: *
22
Allow: *
3-
Disallow: /account/reset/*
3+
Disallow: /account/*
4+
Disallow: /register/confirmation
5+
Disallow: /register/resend-verification
6+
Disallow: /beta/thanks
7+
Disallow: /survey/thanks

containers/ttio-proxy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY containers/ttio-proxy/config/nginx/* /etc/nginx/
77

88
COPY Frontend/public/images /var/www/html/images
99
COPY Frontend/public/favicon.ico /var/www/html/favicon.ico
10+
COPY Frontend/public/robots.txt /var/www/html/robots.txt
1011

1112
COPY Styles/css/application.css /var/www/html/css/application-${VERSION}.css
1213
COPY Styles/icons /var/www/html/icons

0 commit comments

Comments
 (0)