]> git.pld-linux.org Git - packages/jwplayer.git/blobdiff - apache.conf
add apache config
[packages/jwplayer.git] / apache.conf
diff --git a/apache.conf b/apache.conf
new file mode 100644 (file)
index 0000000..6640d24
--- /dev/null
@@ -0,0 +1,12 @@
+Alias /jwplayer /usr/share/jwplayer
+<Directory /usr/share/jwplayer>
+       # Apache 2.x
+       <IfModule !mod_authz_core.c>
+               Order allow,deny
+               Allow from all
+       </IfModule>
+       # Apache 2.4
+       <IfModule mod_authz_core.c>
+               Require all granted
+       </IfModule>
+</Directory>
This page took 0.056162 seconds and 4 git commands to generate.