diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 2 insertions, 2 deletions
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 | ||
115 | services: | 115 | services: |
116 | # Cards configuration to format video in Twitter | 116 | # Cards configuration to format video in Twitter |