Fix a problem where smock forgot about packages which didn't have a dependency relati...
[fedora-mingw.git] / smock / smock.httpd.conf
index e14f71e..1fe5f96 100644 (file)
@@ -1,8 +1,9 @@
+# Change USERNAME -> your username and install in
+# /etc/httpd/conf.d/smock.conf
 
+Alias /USERNAME-smock /home/USERNAME/public_html/smock
 
-Alias /smock /home/USERNAME/smock
-
-<Directory /home/USERNAME/smock>
-   Allow from all
+<Directory /home/USERNAME/public_html/smock>
+  Allow from all
   Options +Indexes
 </Directory>