File: robots.txt

package info (click to toggle)
zabbix 1%3A4.0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 83,104 kB
  • sloc: php: 162,280; ansic: 154,778; sql: 96,479; sh: 5,281; makefile: 1,340; java: 1,068; cpp: 227; perl: 41; xml: 29
file content (22 lines) | stat: -rw-r--r-- 974 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# If Zabbix frontend is available on the internet, it is suggested to disallow
# access to it for robots like search engine crawlers. Otherwise they may
# overload the Zabbix system without offering any benefit.
#
# Note that this must not be used for security reasons, as any visitor is
# free to ignore the contents of this file or use it to know which directories
# are supposed to be hidden.
#
# The following configuration should be used if Zabbix frontend is installed
# in the root directory of the web server. It will deny access to Zabbix
# frontend for all robots.

User-agent: *
Disallow: /

# If Zabbix frontend is installed in a subdirectory, for example "zabbix", the
# "Disallow" directive must be changed to point to that directory:
# "Disallow: /zabbix/".

# It is important to make sure that the "Disallow" directory points specifically
# to the Zabbix frontend directory, since otherwise it may interfere with other
# websites running on the same domain.