[extensions-web: 26/75] Add static aliases.



commit 69bbf359ce83bfd34e740019d819fe65ad8380d9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 14 17:58:17 2011 -0400

    Add static aliases.

 etc/sweettooth.httpd.conf.example |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/etc/sweettooth.httpd.conf.example b/etc/sweettooth.httpd.conf.example
index 8fe9f3d..f4323b2 100644
--- a/etc/sweettooth.httpd.conf.example
+++ b/etc/sweettooth.httpd.conf.example
@@ -2,6 +2,8 @@
         ServerName extensions.gnome.org
 
         WSGIScriptAlias / /home/jstpierre/Source/sweettooth/sweettooth.wsgi
+        Alias /static/extension-data/ /home/jstpierre/Source/sweettooth/sweettooth/uploaded-files/
+        Alias /static/ /home/jstpierre/Source/sweettooth/sweettooth/static/
 
         SSLEngine on
         SSLCertificateFile    /etc/pki/tls/certs/extensions.gnome.org.crt



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]