Skip to content
Snippets Groups Projects
Commit b66628ff authored by Alexander König's avatar Alexander König
Browse files

Merge branch 'master' into stable

parents 34166fb8 43f6b7e4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ perl -pi -e 's/clarin-dev/clarin/g' dockerfiles/commul-customization/aai_config.
perl -pi -e 's/clarin-dev/clarin/g' dockerfiles/commul-customization/aa-statistics.php
perl -pi -e 's/clarin-dev/clarin/g' dockerfiles/commul-customization/clarin.eurac.edu.template.metadata.xml
perl -pi -e 's/clarin-dev/clarin/g' dockerfiles/commul-customization/webpage/index.html
perl -pi -e 's/clarin-dev/clarin/g' dockerfiles/commul-customization/robots.txt
perl -pi -e 's/clarin-dev/clarin/g' dockerfiles/Dockerfile.nginx
# adapt URL and prefix for handle server
perl -pi -e 's/20.500.12084/20.500.12124/g' dockerfiles/commul-customization/config.dct
......
......@@ -50,7 +50,7 @@ RUN ln -s /opt/nginx/sbin/nginx /usr/sbin/nginx
# copy over static html
COPY commul-customization/webpage/ /opt/nginx/html/
# copy over robots.txt
COPY commul-customization/robots.txt /opt/nginx/html/
COPY commul-customization/robots-clarin-dev.txt /opt/nginx/html/robots.txt
COPY commul-customization/google4a439c0ac1ac30d0.html /opt/nginx/html/
RUN chown -R www-data:www-data /opt/nginx/html/
......
User-agent: *
# Disable access
Disallow: /
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment