Magellan Linux

Contents of /mcore-src/trunk/mcore-tools/src/modules/pxeconfig/mcore-boot.conf.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2867 - (show annotations) (download)
Fri Aug 14 05:48:04 2020 UTC (3 years, 8 months ago) by niro
File size: 355 byte(s)
-fixed spelling
1 Alias /boot @@MCORE_CONFIG_PATH@@/boot/
2
3 <Directory @@MCORE_CONFIG_PATH@@/boot/>
4 Options Indexes FollowSymlinks MultiViews
5
6 <IfModule mod_authz_core.c>
7 <RequireAny>
8 # allow boot from everywhere
9 # you may want to change that to something like this:
10 # Require ip 192.168.0.0/24
11 Require all granted
12 </RequireAny>
13 </IfModule>
14 </Directory>