projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f033e
)
Correct the location we look for nginx's default site.
author
Chris Sharp
<csharp@georgialibraries.org>
Wed, 23 Aug 2017 15:56:03 +0000
(11:56 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Wed, 23 Aug 2017 15:56:03 +0000
(11:56 -0400)
templates/setup-head.sh
patch
|
blob
|
history
diff --git
a/templates/setup-head.sh
b/templates/setup-head.sh
index
e8b4df9
..
7d183dc
100755
(executable)
--- a/
templates/setup-head.sh
+++ b/
templates/setup-head.sh
@@
-168,7
+168,7
@@
service apache2 stop
$APT_TOOL install -y nginx
### Setup nginx
-if [ -e /etc/nginx/sites-enabled/
000-default.conf
]
+if [ -e /etc/nginx/sites-enabled/
default
]
then
rm -f /etc/nginx/sites-enabled/default
fi