Add robots.txt template

This commit is contained in:
Johannes Zellner
2019-03-20 09:53:10 -07:00
parent a60e065e43
commit 0bc500e34f
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
$scope.users = [];
$scope.backupConfig = {};
$scope.spacesSuffix = '';
$scope.disableIndexingTemplate = '# Disable search engine indexing\n\nUser-agent: *\nDisallow: /';
$scope.appConfigure = {
busy: false,