]> git.pld-linux.org Git - packages/ckeditor.git/commitdiff
- webserver alias under /ckeditor/ auto/th/ckeditor-3_1-2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 11 Feb 2010 19:28:23 +0000 (19:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.conf -> 1.1
    lighttpd.conf -> 1.1

apache.conf [new file with mode: 0644]
lighttpd.conf [new file with mode: 0644]

diff --git a/apache.conf b/apache.conf
new file mode 100644 (file)
index 0000000..83dff62
--- /dev/null
@@ -0,0 +1,4 @@
+Alias /ckeditor/ /usr/share/ckeditor/
+<Directory /usr/share/ckeditor>
+       Allow from all
+</Directory>
diff --git a/lighttpd.conf b/lighttpd.conf
new file mode 100644 (file)
index 0000000..c39350b
--- /dev/null
@@ -0,0 +1,3 @@
+alias.url += (
+       "/ckeditor/" => "/usr/share/ckeditor/",
+)
This page took 0.081587 seconds and 4 git commands to generate.