diff options
author | Piotr Żuralski <piotr.zuralski@gmail.com> | 2016-08-17 12:45:30 +0000 |
---|---|---|
committer | Piotr Żuralski <piotr.zuralski@gmail.com> | 2016-08-17 12:45:30 +0000 |
commit | 3e95e69e290ef2ada6ea14fe3cd7afaf57024bdf (patch) | |
tree | ad63a620dd27be98886f00ee3bfc4242210c5764 /public | |
parent | d1da2e8180d92e5f4a8b5ebb36b0f4e4d0618bf8 (diff) | |
download | gitlab-ce-3e95e69e290ef2ada6ea14fe3cd7afaf57024bdf.tar.gz |
Robots and browsers should not crawl and remember deploy page
Diffstat (limited to 'public')
-rw-r--r-- | public/deploy.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/deploy.html b/public/deploy.html index 142472b6c35..49ec4ac5ce1 100644 --- a/public/deploy.html +++ b/public/deploy.html @@ -2,6 +2,11 @@ <html> <head> <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport"> + <meta name="refresh" content="60"> + <meta name="retry-after" content="100"> + <meta name="robots" content="noindex, nofollow, noarchive, nostore"> + <meta name="cache-control" content="no-cache, no-store"> + <meta name="pragma" content="no-cache"> <title>Deploy in progress</title> <style> body { @@ -61,4 +66,4 @@ <p>Please contact your GitLab administrator if this problem persists.</p> </div> </body> -</html> +</html>
\ No newline at end of file |