Welcome to mirror list, hosted at ThFree Co, Russian Federation.

robots.txt « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5388916d3b3bf0fd4eebe262294f7b70c17da55c (plain)
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.