diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-23 19:04:50 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-23 19:04:50 +0000 |
commit | 3a690ce84d1913872d56e46a8ecd3c7ad728072e (patch) | |
tree | 3f88831431faa7046d4f5a78ea49768852a4c789 | |
parent | 67e660bfbde333e265e57000f2c5c2e6f04e3b79 (diff) |
Add jslib to conf.
-rw-r--r-- | conf/httpd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index 1074b799d..d9d564f79 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -28,6 +28,8 @@ # # Alias /admin/ /home/yourname/fixmystreet/web-admin/ # +# Alias /jslib/ "/home/yourname/fixmystreet/commonlib/jslib/" +# # </VirtualHost> # # |