Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2867 - (hide annotations) (download)
Fri Aug 14 05:48:04 2020 UTC (3 years, 9 months ago) by niro
File size: 355 byte(s)
-fixed spelling
1 niro 2764 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 niro 2867 # you may want to change that to something like this:
10 niro 2861 # Require ip 192.168.0.0/24
11 niro 2764 Require all granted
12     </RequireAny>
13     </IfModule>
14     </Directory>