projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add SSLCertificateChainFile, pointing to the certificate file, to support intermediat...
[invirt/packages/invirt-web.git]
/
debian
/
invirt-web.postinst
diff --git
a/debian/invirt-web.postinst
b/debian/invirt-web.postinst
index
4ef0aa1
..
14f8469
100755
(executable)
--- a/
debian/invirt-web.postinst
+++ b/
debian/invirt-web.postinst
@@
-21,9
+21,7
@@
set -e
case "$1" in
configure)
cd /var/www/invirt-web
- make clean && make all
- chgrp -R invirt .
- chmod -R g+w .
+ make all
a2enmod rewrite
a2enmod ssl