Magellan Linux

Annotation of /trunk/novnc/novnc-apache.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3247 - (hide annotations) (download)
Wed Nov 14 12:50:45 2018 UTC (5 years, 5 months ago) by niro
File size: 357 byte(s)
-added novnc-apache.conf
1 niro 3247 Alias /novnc /usr/share/novnc/
2    
3     <Directory /usr/share/novnc/>
4     AddDefaultCharset UTF-8
5     DirectoryIndex index.html
6    
7     Options Indexes FollowSymlinks MultiViews
8    
9     # allow .htaccess file override
10     AllowOverride ALL
11    
12     <IfModule mod_authz_core.c>
13     # Apache 2.4
14     <RequireAny>
15     Require ip 127.0.0.1
16     Require ip ::1
17     </RequireAny>
18     </IfModule>
19     </Directory>