summaryrefslogtreecommitdiff
path: root/robots.conf
blob: 63a628f0239de54e4b5f7b21ec8551e563a3db9e (plain)
1
2
3
location = /robots.txt {
	return 200 "User-agent: *\nDisallow: /\n"; 
}