]> git.pld-linux.org Git - packages/ckeditor.git/blob - apache.conf
move config.js to /etc, keep symlink in web path
[packages/ckeditor.git] / apache.conf
1 Alias /ckeditor/ /usr/share/ckeditor/
2 <Directory /usr/share/ckeditor>
3         Options +FollowSymLinks
4         <IfModule mod_authz_core.c>
5                 # Apache 2.4
6                 Require all granted
7         </IfModule>
8         <IfModule !mod_authz_core.c>
9                 Order allow,deny
10                 Allow from all
11         </IfModule>
12 </Directory>
This page took 0.074034 seconds and 3 git commands to generate.