SITKA Public Git
/
sitka
/
sitka-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
605401c
)
enable default vhost on non-prod EG servers
author
Jeff Davis
<jdavis@sitka.bclibraries.ca>
Thu, 11 Feb 2016 23:57:45 +0000
(15:57 -0800)
committer
Jeff Davis
<jdavis@sitka.bclibraries.ca>
Thu, 11 Feb 2016 23:57:45 +0000
(15:57 -0800)
deployment/install-eg.sh
patch
|
blob
|
blame
|
history
diff --git
a/deployment/install-eg.sh
b/deployment/install-eg.sh
index
7a47db2
..
d51a2f6
100755
(executable)
--- a/
deployment/install-eg.sh
+++ b/
deployment/install-eg.sh
@@
-97,6
+97,7
@@
if [[ ! -n "$PROD" ]] ; then
sed -i "s|__NONPROD__|${THISHOST}|g" ${SITECONFIG}
done
a2ensite eg.conf
sed -i "s|__NONPROD__|${THISHOST}|g" ${SITECONFIG}
done
a2ensite eg.conf
+ a2ensite 499-star.catalogue.libraries.coop.conf
fi
# set up log rotation
fi
# set up log rotation