split unfold and unfold-ssl so we can enable only the non-SSL stuff; the SSL service...
[myslice.git] / setup.py
index 5d76792..d7008a3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(packages = packages,
           ( '/usr/share/unfold/static/img', glob ('static/img/*')),
           ( '/usr/share/unfold/static/fonts', glob ('static/fonts/*')),
           ( '/usr/share/unfold/templates', glob ('templates/*')),
           ( '/usr/share/unfold/static/img', glob ('static/img/*')),
           ( '/usr/share/unfold/static/fonts', glob ('static/fonts/*')),
           ( '/usr/share/unfold/templates', glob ('templates/*')),
-          ( 'apache', [ 'apache/unfold.conf', 'apache/unfold.wsgi' ]),
+          ( 'apache', [ 'apache/unfold.conf', 'apache/unfold-ssl.conf', 'apache/unfold.wsgi' ]),
           ( '/etc/unfold/trusted_roots', []),
           ( '/var/unfold', []),
         ])
           ( '/etc/unfold/trusted_roots', []),
           ( '/var/unfold', []),
         ])