summaryrefslogtreecommitdiffstats
path: root/tftp.conf
blob: d768b87cca680dfcdebfd196fe14e6fc2b4fccd4 (plain)
1
2
3
4
5
6
7
# Map /tftpboot into the web space so we can find kickstart files

Alias /tftpboot /tftpboot

<Location /tftpboot>
	Options -Indexes
</Location>