mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 11:34:01 -06:00
Allow crawling by default
This commit is contained in:
parent
f954b5da2a
commit
78881bc4fa
@ -91,10 +91,10 @@ instance:
|
||||
customizations:
|
||||
javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime
|
||||
css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime
|
||||
# Robot.txt rules. To allow robots to crawl your instance and allow indexation of your site, remove the '/'
|
||||
# Robot.txt rules. To disallow robots to crawl your instance and disallow indexation of your site, add '/' to "Disallow:'
|
||||
robots: |
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Disallow: ''
|
||||
|
||||
services:
|
||||
# Cards configuration to format video in Twitter
|
||||
|
@ -107,10 +107,10 @@ instance:
|
||||
customizations:
|
||||
javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime
|
||||
css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime
|
||||
# Robot.txt rules. To allow robots to crawl your instance and allow indexation of your site, remove the '/'
|
||||
# Robot.txt rules. To disallow robots to crawl your instance and disallow indexation of your site, add '/' to "Disallow:'
|
||||
robots: |
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Disallow: ''
|
||||
|
||||
services:
|
||||
# Cards configuration to format video in Twitter
|
||||
|
Loading…
Reference in New Issue
Block a user