aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-22 11:02:10 +0200
committerChocobozzz <me@florianbigard.com>2018-05-22 11:02:10 +0200
commit78881bc4fab0bb7f3bcda587ea7e2e04a13fd745 (patch)
treee056226eff5a9e47a402361d1ea2deece86569f2 /config
parentf954b5da2a9a5960d7c9563522f1ac0b2c10f96c (diff)
downloadPeerTube-78881bc4fab0bb7f3bcda587ea7e2e04a13fd745.tar.gz
PeerTube-78881bc4fab0bb7f3bcda587ea7e2e04a13fd745.tar.zst
PeerTube-78881bc4fab0bb7f3bcda587ea7e2e04a13fd745.zip
Allow crawling by default
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml4
-rw-r--r--config/production.yaml.example4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 8a177e628..387acf43d 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -91,10 +91,10 @@ instance:
91 customizations: 91 customizations:
92 javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime 92 javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime
93 css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime 93 css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime
94 # Robot.txt rules. To allow robots to crawl your instance and allow indexation of your site, remove the '/' 94 # Robot.txt rules. To disallow robots to crawl your instance and disallow indexation of your site, add '/' to "Disallow:'
95 robots: | 95 robots: |
96 User-agent: * 96 User-agent: *
97 Disallow: / 97 Disallow: ''
98 98
99services: 99services:
100 # Cards configuration to format video in Twitter 100 # Cards configuration to format video in Twitter
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 51d5c5180..2f80beede 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -107,10 +107,10 @@ instance:
107 customizations: 107 customizations:
108 javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime 108 javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime
109 css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime 109 css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime
110 # Robot.txt rules. To allow robots to crawl your instance and allow indexation of your site, remove the '/' 110 # Robot.txt rules. To disallow robots to crawl your instance and disallow indexation of your site, add '/' to "Disallow:'
111 robots: | 111 robots: |
112 User-agent: * 112 User-agent: *
113 Disallow: / 113 Disallow: ''
114 114
115services: 115services:
116 # Cards configuration to format video in Twitter 116 # Cards configuration to format video in Twitter